|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NewBaseObjectListener
This interface is responsible for handling the new base object produced through a BaseObjectHandler. The BaseObjectHandler caller has to implement this interface (for instance, SimplePropertyEditor).
Method Summary | |
---|---|
BaseObject |
getSource()
Gets the value of the source. |
void |
handleNewBaseObject(BaseObject _obj)
Called by BaseObjectCreator for actionPerformed(), when the property is a BaseObject which has to be created from scratch. |
Method Detail |
---|
BaseObject getSource()
void handleNewBaseObject(BaseObject _obj)
_obj
- is the BaseObjectCreator instance to create
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |