com.karneim.util.collection.automaton
Interface Automaton.IChangedListener

Enclosing interface:
Automaton

public static interface Automaton.IChangedListener


Method Summary
 void startStateChanged(Automaton.State oldStartState, Automaton.State newStartState)
           
 void stateAdded(Automaton.State state)
           
 void stateRemoved(Automaton.State state)
           
 

Method Detail

stateAdded

public void stateAdded(Automaton.State state)

stateRemoved

public void stateRemoved(Automaton.State state)

startStateChanged

public void startStateChanged(Automaton.State oldStartState,
                              Automaton.State newStartState)