125126127128129130131
protected void onNoUpdate() { eventBus.fireEventFromSource(new NoUpdateEvent(), this); } protected void onDownloading() { eventBus.fireEventFromSource(new DownloadingEvent(), this); }
99100101102103104105