-
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
CategoryPlot,CategoryToPieDataset,CombinedDomainCategoryPlot,CombinedDomainXYPlot,CombinedRangeCategoryPlot,CombinedRangeXYPlot,CompassPlot,DialPlot,FastScatterPlot,FlowPlot,IntervalXYDelegate,MeterPlot,MultiplePiePlot,PiePlot,Plot,PolarPlot,RingPlot,SpiderWebPlot,ThermometerPlot,WaferMapPlot,XYBarDataset,XYDatasetTableModel,XYPlot,XYTaskDataset
public interface DatasetChangeListener extends EventListener
The interface that must be supported by classes that wish to receive notification of changes to a dataset.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddatasetChanged(DatasetChangeEvent event)Receives notification of an dataset change event.
-
-
-
Method Detail
-
datasetChanged
void datasetChanged(DatasetChangeEvent event)
Receives notification of an dataset change event.- Parameters:
event- information about the event.
-
-