edu.kzoo.grid.gui
Interface GridChangeListener

All Known Implementing Classes:
BasicGridFileMenu, ScrollableGridDisplay

public interface GridChangeListener

Grid GUI Support Package:
The GridChangeListener interface specifies the method used to notify GridChangeListener objects of changes to the grid.

Version:
27 March 2004
Author:
Alyce Brady

Method Summary
 void reactToNewGrid(Grid newGrid)
          Reacts to a change in grids being used.
 

Method Detail

reactToNewGrid

public void reactToNewGrid(Grid newGrid)
Reacts to a change in grids being used.

Parameters:
newGrid - the new grid being used