Interface ChartChangeListener

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

public interface ChartChangeListener extends EventListener
The interface that must be supported by classes that wish to receive notification of chart events.

The ChartPanel class registers itself with the chart it displays, and whenever the chart changes, the panel redraws itself.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Receives notification of a chart change event.
  • Method Details