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