org.jfree.data.general

Interface DatasetChangeListener

public interface DatasetChangeListener extends EventListener

The interface that must be supported by classes that wish to receive notification of changes to a dataset.
Method Summary
voiddatasetChanged(DatasetChangeEvent event)
Receives notification of an dataset change event.

Method Detail

datasetChanged

public void datasetChanged(DatasetChangeEvent event)
Receives notification of an dataset change event.

Parameters: event information about the event.

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