Package org.jfree.chart.event
Interface RendererChangeListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
CategoryPlot,CombinedDomainCategoryPlot,CombinedDomainXYPlot,CombinedRangeCategoryPlot,CombinedRangeXYPlot,PolarPlot,WaferMapPlot,XYPlot
public interface RendererChangeListener extends EventListener
The interface that must be supported by classes that wish to receive
notification of changes to a renderer.
-
Method Summary
Modifier and Type Method Description voidrendererChanged(RendererChangeEvent event)Receives notification of a renderer change event.
-
Method Details
-
rendererChanged
Receives notification of a renderer change event.- Parameters:
event- the event.
-