137138139140141142143
protected void onUpdateReady() { eventBus.fireEventFromSource(new UpdateReadyEvent(), this); } protected void onCached() { eventBus.fireEventFromSource(new CachedEvent(), this); }