public interface HasPresenter<P>
HandlerContainerImpl.onBind() method:
@Override
protected void onBind() {
super.onBind();
getView().setPresenter(this);
}
| Modifier and Type | Method and Description |
|---|---|
void |
setPresenter(P presenter) |
void setPresenter(P presenter)
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.