类 EaseBasePresenter

    • 构造器详细资料

      • EaseBasePresenter

        public EaseBasePresenter()
    • 方法详细资料

      • attachView

        public abstract void attachView​(ILoadDataView view)
      • detachView

        public abstract void detachView()
      • onCreate

        public void onCreate()
      • onStart

        public void onStart()
      • onResume

        public void onResume()
      • onPause

        public void onPause()
      • onStop

        public void onStop()
      • onDestroy

        public void onDestroy()
      • isDestroy

        public boolean isDestroy()
      • isActive

        public boolean isActive()
      • runOnUI

        public void runOnUI​(java.lang.Runnable runnable)
      • runOnIO

        public void runOnIO​(java.lang.Runnable runnable)