Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

oracle.jbo.server
Interface ContainerObjectListener

All Superinterfaces:
java.util.EventListener

public interface ContainerObjectListener
extends java.util.EventListener

Implemented by subscribers to container object events.

Container object events add or remove components from a container.

Since:
JDevloper 3.0
See Also:
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

componentAdded

void componentAdded(ContainerObjectEvent e)
Called by an event publisher to report that a component has been added to a container.

Parameters:
e - an event identifying the container and component.

componentRemoved

void componentRemoved(ContainerObjectEvent e)
Called by an event publisher to report that a component has been removed from a container.

Parameters:
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

Copyright © 1997, 2011, Oracle. All rights reserved.