genegui
Interface NodeStateChangeListener

All Known Implementing Classes:
ModelStateView

public interface NodeStateChangeListener

Interface to be implemented by anything that is viewing the state of cells and their node values, eg. ModelState edting classes.


Method Summary
 void updateCell(int cellIndex)
          Repaints a single cell.
 void updateCells(boolean[] selectedCells)
          Causes all cells in the selectedCell array to be repainted.
 

Method Detail

updateCell

public void updateCell(int cellIndex)
Repaints a single cell.


updateCells

public void updateCells(boolean[] selectedCells)
Causes all cells in the selectedCell array to be repainted.