JSci.awt
Interface GraphDataListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
CategoryGraph2D, Graph2D, Histogram, JCategoryGraph2D, JGraph2D, JHistogram, JLineGraph3D, LineGraph3D

public interface GraphDataListener
extends java.util.EventListener

GraphDataListener.


Method Summary
 void dataChanged(GraphDataEvent e)
          Sent when the contents of the model has changed.
 

Method Detail

dataChanged

public void dataChanged(GraphDataEvent e)
Sent when the contents of the model has changed.