com.karneim.util.collection.automaton

Interface Automaton.IChangedListener

public interface Automaton.IChangedListener

Method Summary
voidstartStateChanged(Automaton.State oldStartState, Automaton.State newStartState)
voidstateAdded(Automaton.State state)
voidstateRemoved(Automaton.State state)

Method Detail

startStateChanged

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

stateAdded

public void stateAdded(Automaton.State state)

stateRemoved

public void stateRemoved(Automaton.State state)