|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| 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
public class 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 Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||