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