Uses of Class
com.jrefinery.chart.event.LegendChangeEvent

Packages that use LegendChangeEvent
com.jrefinery.chart The main classes in the JFreeChart class library. 
com.jrefinery.chart.event The event classes in the JFreeChart class library. 
 

Uses of LegendChangeEvent in com.jrefinery.chart
 

Methods in com.jrefinery.chart with parameters of type LegendChangeEvent
 void JFreeChart.legendChanged(LegendChangeEvent event)
          Receives notification that the chart legend has changed, and passes this on to registered listeners.
protected  void Legend.notifyListeners(LegendChangeEvent event)
          Notifies all registered listeners that the chart legend has changed in some way.
 

Uses of LegendChangeEvent in com.jrefinery.chart.event
 

Methods in com.jrefinery.chart.event with parameters of type LegendChangeEvent
 void LegendChangeListener.legendChanged(LegendChangeEvent event)
          Receives notification of a chart legend change event.