oracle.jbo.server
Class ContainerObjectEvent
java.lang.Object
java.util.EventObject
oracle.jbo.server.ContainerObjectEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class ContainerObjectEvent
- extends java.util.EventObject
The events generated when a component is added to or removed from a
ContainerObject
.
- Since:
- JDevloper 3.0
- See Also:
ContainerObject
,
ComponentObject
,
ContainerObjectListener
,
Serialized Form
Fields inherited from class java.util.EventObject |
source |
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 |
ContainerObjectEvent
public ContainerObjectEvent(ContainerObject src,
ComponentObject component)
- Creates a
ContainerObject
event.
- Parameters:
src
- a container.component
- the object being added to or removed from src
.
getContainerObject
public ContainerObject getContainerObject()
- Gets the event's container object.
- Returns:
- a container being modified.
getComponentObject
public ComponentObject getComponentObject()
- Gets the event's component object.
- Returns:
- the object being added to or removed from the container.
Copyright © 1997, 2004, Oracle. All rights reserved.