Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.3.0)

E17483-04


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.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.3.0)

E17483-04


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