Package adams.gui.goe
Interface GenericObjectEditor.PostProcessObjectHandler
-
- All Known Implementing Classes:
GenericObjectEditorResponseConnectionUpdater
- Enclosing class:
- GenericObjectEditor
public static interface GenericObjectEditor.PostProcessObjectHandler
Interface for post-processing the object after selecting it, but before setting it.- See Also:
GenericObjectEditor.setObject(Object)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
postProcessObject(GenericObjectEditor goe, Object o)
Gets called just before the object would be set, i.e., updating the UI.
-
-
-
Method Detail
-
postProcessObject
Object postProcessObject(GenericObjectEditor goe, Object o)
Gets called just before the object would be set, i.e., updating the UI.- Parameters:
goe
- the generic object editor that triggered ito
- the object to be set- Returns:
- the potentially updated object
-
-