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
    void rendererChanged​(RendererChangeEvent event)
    Receives notification of a renderer change event.