Package org.jfree.chart.event
Interface LegendChangeListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
JFreeChart
public interface LegendChangeListener extends EventListener
The interface that must be supported by classes that wish to receive
notification of changes to a chart legend.
-
Method Summary
Modifier and Type Method Description void
legendChanged(LegendChangeEvent event)
Receives notification of a chart legend change event.
-
Method Details
-
legendChanged
Receives notification of a chart legend change event.- Parameters:
event
- the event.
-