152153154155156157158
eventBus.fireEvent(new SelectedSubscriptionEvent(URL.encode(url.toString()))); } public void onManageSubscriptionsButtonClicked() { eventBus.fireEvent(new GoToSettingsEvent()); }
43444546474849
this.view = view; this.view.setPresenter(this); } public void onSettingsButtonClicked() { eventBus.fireEvent(new GoToSettingsEvent()); }