Uses of Class
com.jrefinery.data.DatasetChangeEvent

Packages that use DatasetChangeEvent
com.jrefinery.chart The main classes in the JFreeChart class library. 
com.jrefinery.data Data interfaces and classes. 
 

Uses of DatasetChangeEvent in com.jrefinery.chart
 

Methods in com.jrefinery.chart with parameters of type DatasetChangeEvent
 void Plot.datasetChanged(DatasetChangeEvent event)
          Receives notification of a change to the plot's dataset.
 void ThermometerPlot.datasetChanged(DatasetChangeEvent event)
          Checks to see if a new value means the axis range needs adjusting.
 void XYPlot.datasetChanged(DatasetChangeEvent event)
          Receives notification of a change to the plot's dataset.
 void CategoryPlot.datasetChanged(DatasetChangeEvent event)
          Receives notification of a change to the plot's dataset.
 

Uses of DatasetChangeEvent in com.jrefinery.data
 

Methods in com.jrefinery.data with parameters of type DatasetChangeEvent
protected  void AbstractDataset.notifyListeners(DatasetChangeEvent event)
          Notifies all registered listeners that the dataset has changed.
 void DatasetChangeListener.datasetChanged(DatasetChangeEvent event)
          Receives notification of an dataset change event.