org.jfree.chart.event
public interface: LegendChangeListener [javadoc |
source]
All Implemented Interfaces:
EventListener
The interface that must be supported by classes that wish to receive
notification of changes to a chart legend.
| Method from org.jfree.chart.event.LegendChangeListener Summary: |
|---|
|
legendChanged |
| Method from org.jfree.chart.event.LegendChangeListener Detail: |
public void legendChanged(LegendChangeEvent event)
Receives notification of a chart legend change event. |