Interface ChartStyleChangeListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
Chart3D

public interface ChartStyleChangeListener extends EventListener
An interface for receiving notification of changes to a 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 Type
    Method
    Description
    void
    Called to inform that a chart change event has occurred.
  • Method Details