ptolemy.plot
Interface EditListener


public interface EditListener

Interface for listeners that are informed of plot edit events. These events are generated when a user modifies the plot data using interactive facilities of an editable subclass of Plot.

Since:
Ptolemy II 0.4
Version:
$Id: EditListener.java 57040 2010-01-27 20:52:32Z cxh $
Author:
Edward A. Lee
See Also:
EditablePlot
Accepted Rating:
Red (cxh)
Proposed Rating:
Red (eal)

Method Summary
 void editDataModified(EditablePlot source, int dataset)
          Notify that data in the specified plot has been modified by a user edit action.
 

Method Detail

editDataModified

void editDataModified(EditablePlot source,
                      int dataset)
Notify that data in the specified plot has been modified by a user edit action.

Parameters:
source - The plot containing the modified data.
dataset - The data set that has been modified.