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.
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. |
MarkerChangeListener | The interface that must be supported by classes that wish to receive
notification of changes to a Marker . |
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. |
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.