Package 

Interface ChangeStateAction


  • 
    public interface ChangeStateAction
    
                        

    Action to change the state with knowledge of the current state

    • Method Summary

      Modifier and Type Method Description
      abstract State run(State state) Action to run
      • Methods inherited from class java.lang.Object

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

      • run

         abstract State run(State state)

        Action to run

        Parameters:
        state - current state