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