Business Components

Uses of Class
oracle.jbo.DeleteEvent

Packages that use DeleteEvent
oracle.jbo Contains interfaces for client-side applications. 
oracle.jbo.common Contains the implementation of components shared by thin clients and the middle tier. 
oracle.jbo.server Contains the implementation of middle tier components. 
 

Uses of DeleteEvent in oracle.jbo
 

Methods in oracle.jbo with parameters of type DeleteEvent
 void RowSetListener.rowDeleted(DeleteEvent event)
          Invoked when a row has been deleted.
 

Uses of DeleteEvent in oracle.jbo.common
 

Methods in oracle.jbo.common with parameters of type DeleteEvent
 void RowSetHelper.fireRowDeleted(DeleteEvent event)
           
 

Uses of DeleteEvent in oracle.jbo.server
 

Methods in oracle.jbo.server with parameters of type DeleteEvent
 void ViewRowSetIteratorImpl.fireRowDeleted(DeleteEvent event)
          Fires the row deleted event to its listeners.
 


Business Components