org.jfree.chart.event
Interface PlotChangeListener

public interface PlotChangeListener
extends EventListener
The interface that must be supported by classes that wish to receive notification of changes to a plot.
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Method Summary
void plotChanged( PlotChangeEvent event )
Receives notification of a plot change event.
plotChanged
public void plotChanged ( PlotChangeEvent event )
Receives notification of a plot change event.
Parameters
TypeNameDescription
PlotChangeEvent event the event.
Returns void No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.