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

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

Uses of LinearPointSet.Listener in com.eliad.util
 

Methods in com.eliad.util with parameters of type LinearPointSet.Listener
 void LinearPointSet.addListener(LinearPointSet.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 start, count arguments coveribg all changes.
 void LinearPointSet.removeListener(LinearPointSet.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 start, count arguments coveribg all changes.