| Constructor and Description |
|---|
MvpDelegate() |
| Modifier and Type | Method and Description |
|---|---|
P |
getPresenter() |
boolean |
isDestroyedBySystem() |
void |
onCreate(PresenterCache presenterCache,
ViewStateCache viewStateCache,
android.os.Bundle savedInstanceState,
PresenterFactory<P> presenterFactory,
ViewStateFactory<S> viewStateFactory) |
void |
onDestroy() |
void |
onDestroyView() |
void |
onPause() |
void |
onResume() |
void |
onSaveInstanceState(android.os.Bundle outState) |
void |
onViewCreated(V view) |
public void onCreate(PresenterCache presenterCache, ViewStateCache viewStateCache, android.os.Bundle savedInstanceState, PresenterFactory<P> presenterFactory, ViewStateFactory<S> viewStateFactory)
public void onViewCreated(V view)
public void onDestroyView()
public void onResume()
public void onPause()
public void onSaveInstanceState(android.os.Bundle outState)
public void onDestroy()
public P getPresenter()
public boolean isDestroyedBySystem()