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.
|
Java Source File Name | Type | Comment |
AxisChangeEvent.java | Class | A change event that encapsulates information about a change to an axis. |
AxisChangeListener.java | Interface | The interface that must be supported by classes that wish to receive
notification of changes to an axis.
The Plot class implements this interface, and automatically registers with
its axes (if any). |
ChartChangeEvent.java | Class | A change event that encapsulates information about a change to a chart. |
ChartChangeEventType.java | Class | Defines tokens used to indicate an event type. |
ChartChangeListener.java | Interface | The interface that must be supported by classes that wish to receive
notification of chart events. |
ChartProgressEvent.java | Class | An event that contains information about the drawing progress of a chart. |
ChartProgressListener.java | Interface | The interface that must be supported by classes that wish to receive
notification of chart progress events. |
MarkerChangeEvent.java | Class | An event that can be forwarded to any
MarkerChangeListener to
signal a change to a
Marker . |
MarkerChangeListener.java | Interface | The interface that must be supported by classes that wish to receive
notification of changes to a
Marker . |
PlotChangeEvent.java | Class | An event that can be forwarded to any
org.jfree.chart.event.PlotChangeListener to signal a change to a
plot. |
PlotChangeListener.java | Interface | The interface that must be supported by classes that wish to receive
notification of changes to a plot. |
RendererChangeEvent.java | Class | An event that can be forwarded to any
org.jfree.chart.event.RendererChangeListener to signal a change to
a renderer. |
RendererChangeListener.java | Interface | The interface that must be supported by classes that wish to receive
notification of changes to a renderer. |
TitleChangeEvent.java | Class | A change event that encapsulates information about a change to a chart title. |
TitleChangeListener.java | Interface | The interface that must be supported by classes that wish to receive
notification of changes to a chart title. |