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,v 1.13 2005/07/08 19:59:33 cxh Exp $
- Author:
- Edward A. Lee
- See Also:
EditablePlot
- Accepted Rating:
- Proposed Rating:
Method Summary |
void |
editDataModified(EditablePlot source,
int dataset)
Notify that data in the specified plot has been modified
by a user edit action. |
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.