133134135136137138139
protected void onProgress() { eventBus.fireEventFromSource(new ProgressEvent(), this); } protected void onUpdateReady() { eventBus.fireEventFromSource(new UpdateReadyEvent(), this); }