public interface Chart3DChangeListener extends java.util.EventListener
Chart3D
instance.
Chart3DPanel class implements this interface so that it can
receive notification of changes to the chart being displayed in the
panel (whenever the chart changes, the panel is repainted).| Modifier and Type | Method and Description |
|---|---|
void |
chartChanged(Chart3DChangeEvent event)
Called to inform that a chart change event has occurred.
|
void chartChanged(Chart3DChangeEvent event)
event - the event.