public abstract class BasePresenterImpl<T extends BaseView> extends java.lang.Object implements BasePresenter<T>
| Constructor and Description |
|---|
BasePresenterImpl() |
| Modifier and Type | Method and Description |
|---|---|
T |
getView() |
void |
onAttach(T view) |
void |
onDetach() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonBackClickedpublic void onAttach(T view)
onAttach in interface BasePresenter<T extends BaseView>public void onDetach()
onDetach in interface BasePresenter<T extends BaseView>public T getView()
getView in interface BasePresenter<T extends BaseView>