ptolemy.plot
Interface EditListener

All Known Implementing Classes:
DrawingTool

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,v 1.1 2002/09/05 15:14:28 pjc Exp $
Author:
Edward A. Lee
See Also:
EditablePlot

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

public 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.