Business Components

Uses of Interface
oracle.jbo.server.ContainerObjectListener

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

Uses of ContainerObjectListener in oracle.jbo.server
 

Methods in oracle.jbo.server with parameters of type ContainerObjectListener
 void ContainerObjectImpl.addContainerListener(ContainerObjectListener listener)
           
 void ContainerObjectImpl.removeContainerListener(ContainerObjectListener listener)
           
 void ContainerObject.addContainerListener(ContainerObjectListener listener)
          Subscribes a listener for container object events.
 void ContainerObject.removeContainerListener(ContainerObjectListener listener)
          Unsubscribes a listener for container object events.
 


Business Components