Package moxy.viewstate
Class ViewCommands<View extends MvpView>
- java.lang.Object
-
- moxy.viewstate.ViewCommands<View>
-
public class ViewCommands<View extends MvpView> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ViewCommands()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterApply(ViewCommand<View> viewCommand)voidbeforeApply(ViewCommand<View> viewCommand)java.util.List<ViewCommand<View>>getCurrentState()booleanisEmpty()voidreapply(View view, java.util.Set<ViewCommand<View>> currentState)
-
-
-
Method Detail
-
beforeApply
public void beforeApply(ViewCommand<View> viewCommand)
-
afterApply
public void afterApply(ViewCommand<View> viewCommand)
-
isEmpty
public boolean isEmpty()
-
reapply
public void reapply(View view, java.util.Set<ViewCommand<View>> currentState)
-
getCurrentState
public java.util.List<ViewCommand<View>> getCurrentState()
-
-