com.jrefinery.chart.event
Interface ChartChangeListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
ChartPanel

public interface ChartChangeListener
extends java.util.EventListener

The interface that must be supported by classes that wish to receive notification of changes to a chart.

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

Author:
DG

Method Summary
 void chartChanged(ChartChangeEvent event)
          Receives notification of a chart change event.
 

Method Detail

chartChanged

public void chartChanged(ChartChangeEvent event)
Receives notification of a chart change event.
Parameters:
event - the event.