|
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 | |||||||||
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.
|
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 | |||||||||