public interface PresentedView<T_Presenter extends Presenter>
PresentedView is an interface to be implemented by concrete implementations of
View.| Modifier and Type | Method and Description |
|---|---|
T_Presenter |
getPresenter()
Gets the
Presenter of this PresentedView. |
T_Presenter getPresenter()
Presenter of this PresentedView.Presenter.