public class StateMachine.Transition
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
StateMachine.State |
destination
the terminus of this Transition
|
boolean |
notifyOnExit
should the State listener be notified
that this transition is leaving the state.
|
public StateMachine.State destination
public boolean notifyOnExit