Package moxy

Class ViewStateProvider


  • public abstract class ViewStateProvider
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract MvpViewState getViewState()
      Presenter creates view state object by calling this method.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ViewStateProvider

        public ViewStateProvider()
    • Method Detail

      • getViewState

        public abstract MvpViewState getViewState()

        Presenter creates view state object by calling this method.

        Returns:
        view state class name