JFreeChart 1.0.14-redhat-2

org.jfree.chart.event
Interface TitleChangeListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
JFreeChart

public interface TitleChangeListener
extends EventListener

The interface that must be supported by classes that wish to receive notification of changes to a chart title.


Method Summary
 void titleChanged(TitleChangeEvent event)
          Receives notification of a chart title change event.
 

Method Detail

titleChanged

void titleChanged(TitleChangeEvent event)
Receives notification of a chart title change event.

Parameters:
event - the event.

JFreeChart 1.0.14-redhat-2

Copyright © 2001-2012 JFree.org. All Rights Reserved.