Class StateMachine.Transition

    • Field Summary

      Fields 
      Modifier and Type Field Description
      StateMachine.State destination
      the terminus of this Transition
      boolean notifyOnExit
      should the State listener be notified that this transition is leaving the state.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • notifyOnExit

        public boolean notifyOnExit
        should the State listener be notified that this transition is leaving the state.