- All Superinterfaces:
EventListener
- All Known Implementing Classes:
Chart3D
An interface for receiving notification of changes to a
The
ChartStyle
instance.
The
Chart3D
class implements this interface so that it can
receive notification of changes to the chart style.- Since:
- 1.2
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called to inform that a chart change event has occurred.
-
Method Details
-
styleChanged
Called to inform that a chart change event has occurred.- Parameters:
event
- the event.
-