public interface EditListener
EditablePlot
Modifier and Type | Method and Description |
---|---|
void |
editDataModified(EditablePlot source,
int dataset)
Notify that data in the specified plot has been modified
by a user edit action.
|
void editDataModified(EditablePlot source, int dataset)
source
- The plot containing the modified data.dataset
- The data set that has been modified.