Uses of Interface
com.karneim.util.collection.set.SAutomaton.IChangeListener

Packages that use SAutomaton.IChangeListener
com.karneim.util.collection.set   
 

Uses of SAutomaton.IChangeListener in com.karneim.util.collection.set
 

Methods in com.karneim.util.collection.set with parameters of type SAutomaton.IChangeListener
 void SAutomaton.addChangeListener(SAutomaton.IChangeListener listener)
          Adds the specified listener to receive change events from this automaton.
 boolean SAutomaton.removeChangeListener(SAutomaton.IChangeListener listener)
          Removes the specified listener so that it no longer receives change events from this automaton.