public interface ChartChangeListener
extends java.util.EventListener
The ChartPanel class registers itself with the
chart it displays, and whenever the chart changes, the panel redraws itself.
| Modifier and Type | Method and Description |
|---|---|
void |
chartChanged(ChartChangeEvent event)
Receives notification of a chart change event.
|
void chartChanged(ChartChangeEvent event)
event - the event.