Package org.jfree.chart.event

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.

See:
          Description

Interface Summary
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.
LegendChangeListener The interface that must be supported by classes that wish to receive notification of changes to a chart legend.
PlotChangeListener The interface that must be supported by classes that wish to receive notification of changes to a plot.
TitleChangeListener The interface that must be supported by classes that wish to receive notification of changes to a chart title.
 

Class Summary
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.
ChartProgressEvent An event that contains information about the drawing progress of a chart.
LegendChangeEvent A change event that encapsulates information about a change to a chart legend.
PlotChangeEvent An event that can be forwarded to any PlotChangeListener to signal a change to a plot.
TitleChangeEvent A change event that encapsulates information about a change to a chart title.
 

Package org.jfree.chart.event Description

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.