com.karneim.util.collection.automaton
public interface Automaton.IChangedListener
Method Summary | |
---|---|
void | startStateChanged(Automaton.State oldStartState, Automaton.State newStartState) |
void | stateAdded(Automaton.State state) |
void | stateRemoved(Automaton.State state) |