|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface SAutomaton.IChangeListener
The listener interface for receiving change events of a SAutomaton. The class that is interested in processing an automaton's change event implements this interface. A listener instance of that class is registered with the automaton using the automaton's addChangeListener method.
Method Summary | |
---|---|
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. |
Method Detail |
---|
void stateAdded(IStatePro state)
void stateRemoved(IStatePro state)
void startStateChanged(IStatePro oldStartState, IStatePro newStartState)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |