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

Enclosing class:
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

void stateAdded(Automaton.State state)

stateRemoved

void stateRemoved(Automaton.State state)

startStateChanged

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