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

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

Methods in com.jrefinery.chart with parameters of type TitleChangeEvent
 void JFreeChart.titleChanged(TitleChangeEvent event)
          Receives notification that a chart title has changed, and passes this on to registered listeners.
protected  void AbstractTitle.notifyListeners(TitleChangeEvent event)
          Notifies all registered listeners that the chart title has changed in some way.
 

Uses of TitleChangeEvent in com.jrefinery.chart.event
 

Methods in com.jrefinery.chart.event with parameters of type TitleChangeEvent
 void TitleChangeListener.titleChanged(TitleChangeEvent event)
          Receives notification of a chart title change event.