|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | 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 Form| Field Summary |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
ContainerObjectEvent(ContainerObject src, ComponentObject component)Creates a ContainerObject event. |
|
| Method Summary | |
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()
|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||