com.karneim.util.collection.set
Interface AutomatonSet_String.ISStateChangedListener

All Superinterfaces:
Automaton.IStateChangedListener
Enclosing interface:
AutomatonSet_String

public static interface AutomatonSet_String.ISStateChangedListener
extends Automaton.IStateChangedListener


Method Summary
 void isFinalChanged(AutomatonSet_String.SState state, boolean isFinal)
           
 
Methods inherited from interface com.karneim.util.collection.automaton.Automaton.IStateChangedListener
transitionAdded, transitionRemoved
 

Method Detail

isFinalChanged

public void isFinalChanged(AutomatonSet_String.SState state,
                           boolean isFinal)