Interface OverlayChangeListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
ChartPanel, OfflineRenderingChartPanel, PolarChartPanel

public interface OverlayChangeListener extends EventListener
A listener for changes to an Overlay.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method is called to notify a listener of a change event.
  • Method Details