Interface ChartEventListener

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ChartEventListener
Functional interface to listen to events occurring on a chart or its part.

This interface should be implemented to handle ChartEvent instances, providing a mechanism to react to various interactions or updates on the chart components.

Author:
Syam