public static interface SAutomaton.IChangeListener
Modifier and Type | Method and Description |
---|---|
void |
startStateChanged(IStatePro oldStartState,
IStatePro newStartState)
The Automaton invokes this method on all registered listener if the automaton's current startState has been changed.
|
void |
stateAdded(IStatePro state)
The Automaton invokes this method on all registered listener if a new state has been added to the automaton.
|
void |
stateRemoved(IStatePro state)
The Automaton invokes this method on all registered listener if an existing state has been removed from the automaton.
|
void stateAdded(IStatePro state)
void stateRemoved(IStatePro state)