Uses of Interface
com.eliad.util.CellsSet.Listener

Packages that use CellsSet.Listener
com.eliad.util This package contains simple interfaces and classes describing data structures and algorithms.  
 

Uses of CellsSet.Listener in com.eliad.util
 

Methods in com.eliad.util with parameters of type CellsSet.Listener
 void CellsSet.addListener(CellsSet.Listener l)
          Adds Listener l to the list of Listeners that will be notified of any changes to the model by the invocation of their method markAsChanged with a r argument containing all changes.
 void CellsSet.removeListener(CellsSet.Listener l)
          Removes Listener l from the list of Listeners that will be notified of any changes to the model by the invocation of their method markAsChanged with a r argument containing all changes.