public interface ChangeStateAction
Action to change the state with knowledge of the current state
abstract State
run(State state)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract State run(State state)
Action to run
state