Business Components

Uses of Class
oracle.jbo.server.ContainerObjectEvent

Packages that use.*
PackageDescription
oracle.jbo.server Contains the implementation of middle tier components. 
 

Uses of ContainerObjectEvent in oracle.jbo.server
 

Methods in oracle.jbo.server with parameters of type ContainerObjectEvent
TypeName
 void ContainerObjectListener.componentAdded(ContainerObjectEvent e)
          Called by an event publisher to report that a component has been added to a container.
 void ContainerObjectListener.componentRemoved(ContainerObjectEvent e)
          Called by an event publisher to report that a component has been removed from a container.
 


Business Components