org.jfree.chart.event

Interface PlotChangeListener

public interface PlotChangeListener extends EventListener

The interface that must be supported by classes that wish to receive notification of changes to a plot.
Method Summary
voidplotChanged(PlotChangeEvent event)
Receives notification of a plot change event.

Method Detail

plotChanged

public void plotChanged(PlotChangeEvent event)
Receives notification of a plot change event.

Parameters: event the event.

Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.