public interface GridChangeListener
GridChangeListener
interface specifies the
method used to notify GridChangeListener
objects
of changes to the grid.Modifier and Type | Method and Description |
---|---|
void |
reactToNewGrid(Grid newGrid)
Reacts to a change in grids being used.
|
void reactToNewGrid(Grid newGrid)
newGrid
- the new grid being used