org.jfree.chart.event
public interface ChartChangeListener extends EventListener
The ChartPanel class registers itself with the chart it displays, and whenever the chart changes, the panel redraws itself.
Method Summary | |
---|---|
void | chartChanged(ChartChangeEvent event)
Receives notification of a chart change event.
|
Parameters: event the event.