|
Business Components | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--oracle.jbo.server.ContainerObjectEvent
The events generated when a component is added to or removed from a
ContainerObject
.
ContainerObject
,
ComponentObject
,
ContainerObjectListener
, Serialized FormFields inherited from class java.util.EventObject |
source |
Constructor Summary |
ContainerObjectEvent(ContainerObject src,
ComponentObject component)
Creates a ContainerObject event. |
Method Summary |
Type | Method |
---|---|
ComponentObject |
getComponentObject()
Gets the event's component object. |
ContainerObject |
getContainerObject()
Gets the event's container object. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ContainerObjectEvent(ContainerObject src, ComponentObject component)
ContainerObject
event.src
- a container.component
- the object being added to or removed from src
.Method Detail |
public ContainerObject getContainerObject()
public ComponentObject getComponentObject()
|
Business Components | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |