Class PlotChangeEvent

All Implemented Interfaces:
Serializable

public class PlotChangeEvent
extends ChartChangeEvent
An event that can be forwarded to any PlotChangeListener to signal a change to a plot.
See Also:
Serialized Form
  • Constructor Details

    • PlotChangeEvent

      public PlotChangeEvent​(Plot plot)
      Creates a new PlotChangeEvent.
      Parameters:
      plot - the plot that generated the event (null not permitted).
  • Method Details

    • getPlot

      public Plot getPlot()
      Returns the plot that generated the event (set in the constructor).
      Returns:
      The plot that generated the event.