Interface MyEditorNotable
- All Known Implementing Classes:
- RunData
- interface MyEditorNotable
Interface supplying the methods needed for a calls to be
notified by MyEditor
- Version:
- $Revision: 1.10 $
- See Also:
MyEditor
Method Summary |
void |
myEditorNotify(java.lang.String desc,
double value)
Called by MyEditor |
myEditorNotify
public void myEditorNotify(java.lang.String desc,
double value)
- Called by MyEditor
- Parameters:
desc
- The description of the propertyvalue
- The value to set- See Also:
MyEditor
,
MyEditorNotable