Package moxy
Class ViewStateProvider
- java.lang.Object
-
- moxy.ViewStateProvider
-
public abstract class ViewStateProvider extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ViewStateProvider()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract MvpViewStategetViewState()Presenter creates view state object by calling this method.
-
-
-
Method Detail
-
getViewState
public abstract MvpViewState getViewState()
Presenter creates view state object by calling this method.
- Returns:
- view state class name
-
-