- All Superinterfaces:
EventListener
- All Known Implementing Classes:
Chart3DPanel
An interface for receiving notification of changes to a
The
Chart3D
instance.
The
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).-
Method Summary
Modifier and TypeMethodDescriptionvoid
chartChanged
(Chart3DChangeEvent event) Called to inform that a chart change event has occurred.
-
Method Details
-
chartChanged
Called to inform that a chart change event has occurred.- Parameters:
event
- the event.
-