public interface Presenter extends ViewObserver
Presenter is the interface to be implemented by Presenter components of a MVP
architectural pattern implementation. By default, a Presenter implementation is also
a listener for View lifecycle events via the ViewObserver interface.| Modifier and Type | Method and Description |
|---|---|
void |
finish()
Invoked to finish this
Presenter. |
View |
getView()
|
void |
setParams(Params params)
|
onViewCreated, onViewDestroy, onViewPause, onViewResume, onViewStart, onViewStop