Package 

Interface StateAction


  • 
    public interface StateAction
    
                        

    Action with knowledge of the current state

    • Method Summary

      Modifier and Type Method Description
      abstract void 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 void run(State state)

        Action to run

        Parameters:
        state - current state