|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ContainerObjectListener
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 |
|---|
void componentAdded(ContainerObjectEvent e)
e - an event identifying the container and component.void componentRemoved(ContainerObjectEvent e)
e - an event identifying the container and component.
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||