public abstract class BaseMvpPresenter<V,M> extends java.lang.Object
BaseMvpPresenter()
M
getModel()
V
getMvpView()
boolean
isViewAttached()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BaseMvpPresenter()
public boolean isViewAttached()
public V getMvpView()
public M getModel()