public interface IPresenter
BasePresenter,
Presenter wiki 官方文档
Created by JessYan on 4/28/2016
Contact me
Follow me
================================================| Modifier and Type | Method and Description |
|---|---|
void |
onDestroy()
在框架中
Activity.onDestroy() 时会默认调用 onDestroy() |
void |
onStart()
做一些初始化操作
|
void onStart()
void onDestroy()
Activity.onDestroy() 时会默认调用 onDestroy()