- All Superinterfaces:
EventListener
- All Known Implementing Classes:
CategoryPlot,CombinedDomainCategoryPlot,CombinedDomainXYPlot,CombinedRangeCategoryPlot,CombinedRangeXYPlot,CompassPlot,DialPlot,FastScatterPlot,FlowPlot,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.-
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.
-