public abstract class BaseMvpActivity<P extends BaseMvpPresenter,M> extends BaseActivity implements BaseMvpView
| 构造器和说明 |
|---|
BaseMvpActivity() |
| 限定符和类型 | 方法和说明 |
|---|---|
P |
getPresenter() |
protected void |
initMvp() |
protected void |
onDestroy() |
getIntentExtra, goActivity, goActivityForResult, hideInputMethod, initBundle, onCreate, onOptionsItemSelected, setCenterTitle, setCenterTitle, setOnClickListener, setOnLongClickListener, setTitle, setTitle, showInputMethod, showLoadingDialogclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitloading, showToast, showToast, showToastError, showToastError, showToastSuccess, showToastSuccessprotected void initMvp()
initMvp 在类中 BaseActivityprotected void onDestroy()
public P getPresenter()