|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Implemented by subscribers to container object events.
Container object events add or remove components from a container.
ContainerObjectEvent
Method Summary | |
void |
componentAdded(ContainerObjectEvent e) Called by an event publisher to report that a component has been added to a container. |
void |
componentRemoved(ContainerObjectEvent e) Called by an event publisher to report that a component has been removed from a container. |
Method Detail |
public void componentAdded(ContainerObjectEvent e)
e
- an event identifying the container and component.public void componentRemoved(ContainerObjectEvent e)
e
- an event identifying the container and component.
|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.