de.erichseifert.gral.data
Interface DataListener

All Known Implementing Classes:
BarPlot, Convolution, DataSeries, Filter, Histogram, Histogram1D, Median, PiePlot, PiePlot.PiePlotArea2D, Plot, Resize, RowSubset, Statistics, XYPlot

public interface DataListener

Interface providing functions to listen to data changes of DataSources.

See Also:
DataSource

Method Summary
 void dataChanged(DataSource data)
          Method that is invoked by objects that provide support for DataListeners.
 

Method Detail

dataChanged

void dataChanged(DataSource data)
Method that is invoked by objects that provide support for DataListeners.

Parameters:
data - data that has changed


Copyright © 2009-2010. All Rights Reserved.