Package org.jfree.chart.event
Interface PlotChangeListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
CombinedDomainCategoryPlot
,CombinedDomainXYPlot
,CombinedRangeCategoryPlot
,CombinedRangeXYPlot
,JFreeChart
The interface that must be supported by classes that wish to receive
notification of changes to a plot.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
plotChanged
(PlotChangeEvent event) Receives notification of a plot change event.
-
Method Details
-
plotChanged
Receives notification of a plot change event.- Parameters:
event
- the event.
-