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

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

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

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

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

Fields in com.karneim.util.collection.set declared as Automaton.IChangedListener
protected  Automaton.IChangedListener SAutomaton.automatonChangedListener
           
 

Methods in com.karneim.util.collection.set that return Automaton.IChangedListener
protected  Automaton.IChangedListener SAutomaton.getAutomatonChangedListener()
           
 

Methods in com.karneim.util.collection.set with parameters of type Automaton.IChangedListener
protected  void AutomatonSet_String.addChangedListener(Automaton.IChangedListener listener)
           
protected  boolean AutomatonSet_String.removeChangedListener(Automaton.IChangedListener listener)