Package org.jfree.chart.event
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Interfaces
AxisChangeListener The interface that must be supported by classes that wish to receive notification of changes to an axis.
ChartChangeListener The interface that must be supported by classes that wish to receive notification of chart events.
ChartProgressListener The interface that must be supported by classes that wish to receive notification of chart progress events.
PlotChangeListener The interface that must be supported by classes that wish to receive notification of changes to a plot.
RendererChangeListener The interface that must be supported by classes that wish to receive notification of changes to a renderer.
TitleChangeListener The interface that must be supported by classes that wish to receive notification of changes to a chart title.
Classes
AxisChangeEvent A change event that encapsulates information about a change to an axis.
ChartChangeEvent A change event that encapsulates information about a change to a chart.
ChartChangeEventType Defines tokens used to indicate an event type.
ChartProgressEvent An event that contains information about the drawing progress of a chart.
PlotChangeEvent An event that can be forwarded to any PlotChangeListener to signal a change to a plot.
RendererChangeEvent An event that can be forwarded to any RendererChangeListener to signal a change to a plot.
TitleChangeEvent A change event that encapsulates information about a change to a chart title.
Event classes and listener interfaces, used to provide a change notification mechanism so that charts are automatically redrawn whenever changes are made to any chart component.