Class ErrorHandler

    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorHandler()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void onEntry​(Context context)
      Gets called before the StateMachine changes from another State to this State.
      protected void onExit​(Context context)
      Gets called after the StateMachine changes from this State to another State.
      StateMachine.State runAndGetNextState​(Context context)
      Runs the main logic of StateMachine State and returns the next State.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait