public abstract class BasePresenter extends Object implements Presenter
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gwt.event.shared.EventBus |
eventBus |
| Constructor and Description |
|---|
BasePresenter(com.google.gwt.event.shared.EventBus eventBus,
View view,
BindStrategy bindStrategy) |
| Modifier and Type | Method and Description |
|---|---|
void |
go(com.google.gwt.user.client.ui.HasWidgets container) |
protected void |
registerHandler(com.google.gwt.event.shared.HandlerRegistration handlerRegistration) |
void |
unbind() |
@Nonnull protected final com.google.gwt.event.shared.EventBus eventBus
public BasePresenter(@Nonnull com.google.gwt.event.shared.EventBus eventBus, @Nonnull View view, @Nonnull BindStrategy bindStrategy)
public void go(com.google.gwt.user.client.ui.HasWidgets container)
protected void registerHandler(@Nonnull com.google.gwt.event.shared.HandlerRegistration handlerRegistration)
Apache CXF