org.jfree.chart.event

Class PlotChangeEvent

public class PlotChangeEvent extends ChartChangeEvent

An event that can be forwarded to any PlotChangeListener to signal a change to a plot.
Constructor Summary
PlotChangeEvent(Plot plot)
Creates a new PlotChangeEvent.
Method Summary
PlotgetPlot()
Returns the plot that generated the event.

Constructor Detail

PlotChangeEvent

public PlotChangeEvent(Plot plot)
Creates a new PlotChangeEvent.

Parameters: plot the plot that generated the event.

Method Detail

getPlot

public Plot getPlot()
Returns the plot that generated the event.

Returns: The plot that generated the event.