Module platform

Interface OverlayChangeListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
ChartPanel, 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

    • overlayChanged

      void overlayChanged(OverlayChangeEvent event)
      This method is called to notify a listener of a change event.
      Parameters:
      event - the event.