|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AddRemoveBaseObjectListener
This interface is responsible for signaling a class which can handle the add/remove method for the updating of a BaseObject. The BaseObjectCreator caller has to implement this interface (for instance, CollectionPropertyEditor) if it manages a list of BaseObjects.
Method Summary | |
---|---|
void |
addOneBaseObject(java.lang.Object[] _l_obj)
Called by BaseObjectCreator for actionPerformed(), when the property is a BaseObject which has to be created from scratch. |
BaseObject |
getSource()
Gets the value of the property source on which the base object is added or removed. |
void |
removeOneBaseObject(java.lang.Object[] _l_obj)
Called by BaseObjectCreator for actionPerformed(), when the property is a BaseObject which has to be removed. |
Methods inherited from interface ARoad0.Gui1.NewBaseObjectListener |
---|
handleNewBaseObject |
Method Detail |
---|
void addOneBaseObject(java.lang.Object[] _l_obj) throws ProcessError
_l_obj
- is the BaseObjectCreator instance to add
ProcessError
void removeOneBaseObject(java.lang.Object[] _l_obj) throws ProcessError
_l_obj
- is the BaseObjectCreator instance to remove
ProcessError
BaseObject getSource()
getSource
in interface NewBaseObjectListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |