Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.jbo.server
Interface ContainerObjectListener


public interface ContainerObjectListener

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 Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.