org.jfree.chart.event
public interface: TitleChangeListener [javadoc |
source]
All Implemented Interfaces:
EventListener
All Known Implementing Classes:
JFreeChart
The interface that must be supported by classes that wish to receive
notification of changes to a chart title.
| Method from org.jfree.chart.event.TitleChangeListener Summary: |
|---|
|
titleChanged |
| Method from org.jfree.chart.event.TitleChangeListener Detail: |
public void titleChanged(TitleChangeEvent event)
Receives notification of a chart title change event. |