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.
  • Interface Summary
    Interface Description
    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.
    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.
  • Class Summary
    Class Description
    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.
    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.