| 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. |