Package org.jfree.chart.event
Interface MarkerChangeListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
CategoryPlot,CombinedDomainCategoryPlot,CombinedDomainXYPlot,CombinedRangeCategoryPlot,CombinedRangeXYPlot,CompassPlot,ContourPlot,DialPlot,FastScatterPlot,MeterPlot,MultiplePiePlot,PiePlot,PiePlot3D,Plot,PolarPlot,RingPlot,SpiderWebPlot,ThermometerPlot,WaferMapPlot,XYPlot
The interface that must be supported by classes that wish to receive
notification of changes to a
Marker.- Since:
- 1.0.3
-
Method Summary
Modifier and TypeMethodDescriptionvoidmarkerChanged(MarkerChangeEvent event) Receives notification of a marker change event.
-
Method Details
-
markerChanged
Receives notification of a marker change event.- Parameters:
event- the event.- Since:
- 1.0.3
-