JSci.awt
Interface GraphDataListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
BarGraph, CategoryGraph2D, Graph2D, Histogram, JBarGraph, JCategoryGraph2D, JGraph2D, JHistogram, JLayeredBarGraph, JLineGraph, JLineGraph3D, JPieChart, JScatterGraph, JStackedBarGraph, LayeredBarGraph, LineGraph, LineGraph3D, PieChart, ScatterGraph, StackedBarGraph

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

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