org.jfree.chart.event
Interface TitleChangeListener

public interface TitleChangeListener
extends EventListener
The interface that must be supported by classes that wish to receive notification of changes to a chart title.
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.

dcdcdcd

Method Summary
void titleChanged( TitleChangeEvent event )
Receives notification of a chart title change event.
titleChanged
public void titleChanged ( TitleChangeEvent event )
Receives notification of a chart title change event.
Parameters
TypeNameDescription
TitleChangeEvent event the event.
Returns void No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.