genegui
Interface ModelStateChangeListener

All Known Implementing Classes:
CellSurfaceViewer, MainGui, Model, NetworkViewer2, NodeStateViewer, TimeGraph

public interface ModelStateChangeListener

Interface to be implemented by anything that is viewing the state of an entire model.


Method Summary
 void updateAll()
          Indicates that the entire ModelState has been updated
 void updateNode(int cellIndex, int nodeIndex, float value)
          Updates only the indicated node.
 

Method Detail

updateAll

public void updateAll()
Indicates that the entire ModelState has been updated


updateNode

public void updateNode(int cellIndex,
                       int nodeIndex,
                       float value)
Updates only the indicated node.