- All Superinterfaces:
EventListener
- All Known Implementing Classes:
AbstractPlot3D
,CategoryPlot3D
,PiePlot3D
,XYZPlot
The interface through which dataset change events are passed. The plot
classes implement this interface so they can receive notification of
changes to the dataset they are managing.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called to notify the listener that the source dataset has been changed.
-
Method Details
-
datasetChanged
Called to notify the listener that the source dataset has been changed.- Parameters:
event
- the event details.
-