Uses of Interface
com.karneim.util.collection.automaton.Automaton.IStateChangedListener

Packages that use Automaton.IStateChangedListener
com.karneim.util.collection.automaton   
com.karneim.util.collection.set   
 

Uses of Automaton.IStateChangedListener in com.karneim.util.collection.automaton
 

Methods in com.karneim.util.collection.automaton with parameters of type Automaton.IStateChangedListener
 void Automaton.State.addChangedListener(Automaton.IStateChangedListener listener)
           
 boolean Automaton.State.removeChangedListener(Automaton.IStateChangedListener listener)
           
 

Uses of Automaton.IStateChangedListener in com.karneim.util.collection.set
 

Subinterfaces of Automaton.IStateChangedListener in com.karneim.util.collection.set
static interface AutomatonSet_String.ISStateChangedListener
           
 

Fields in com.karneim.util.collection.set declared as Automaton.IStateChangedListener
protected  Automaton.IStateChangedListener SAutomaton.StatePro.stateChangedListener