org.jfree.chart.event
Interface ChartChangeListener

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.

SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Method Summary
void chartChanged( ChartChangeEvent event )
Receives notification of a chart change event.
chartChanged
public void chartChanged ( ChartChangeEvent event )
Receives notification of a chart change event.
Parameters
TypeNameDescription
ChartChangeEvent event the event.
Returns void No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.