public static interface Automaton.IChangedListener
Modifier and Type | Method and Description |
---|---|
void |
startStateChanged(Automaton.State oldStartState,
Automaton.State newStartState) |
void |
stateAdded(Automaton.State state) |
void |
stateRemoved(Automaton.State state) |
void stateAdded(Automaton.State state)
void stateRemoved(Automaton.State state)
void startStateChanged(Automaton.State oldStartState, Automaton.State newStartState)