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