- All Superinterfaces:
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 Summary
Modifier and TypeMethodDescriptionvoid
titleChanged
(TitleChangeEvent event) Receives notification of a chart title change event.
-
Method Details
-
titleChanged
Receives notification of a chart title change event.- Parameters:
event
- the event.
-