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

Packages that use PlotChangeEvent
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 PlotChangeEvent in com.jrefinery.chart
 

Methods in com.jrefinery.chart with parameters of type PlotChangeEvent
 void Plot.notifyListeners(PlotChangeEvent event)
          Notifies all registered listeners that the plot has been modified.
 void JFreeChart.plotChanged(PlotChangeEvent event)
          Receives notification that the plot has changed, and passes this on to registered listeners.
 

Uses of PlotChangeEvent in com.jrefinery.chart.event
 

Methods in com.jrefinery.chart.event with parameters of type PlotChangeEvent
 void PlotChangeListener.plotChanged(PlotChangeEvent event)
          Receives notification of a plot change event.