Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface ChartChangeListener
extends EventListener
ChartPanel
class registers itself with the
chart it displays, and whenever the chart changes, the panel redraws itself.
Method Summary | |
void |
|
public void chartChanged(ChartChangeEvent event)
Receives notification of a chart change event.
- Parameters:
event
- the event.