public interface ChartStyleChangeListener extends java.util.EventListener
ChartStyle
instance.
Chart3D class implements this interface so that it can
receive notification of changes to the chart style.| Modifier and Type | Method and Description |
|---|---|
void |
styleChanged(ChartStyleChangeEvent event)
Called to inform that a chart change event has occurred.
|
void styleChanged(ChartStyleChangeEvent event)
event - the event.