Business Components

Uses of Class
oracle.jbo.InsertEvent

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

Uses of InsertEvent in oracle.jbo
 

Methods in oracle.jbo with parameters of type InsertEvent
 void RowSetListener.rowInserted(InsertEvent event)
          Invoked when a row has been inserted.
 

Uses of InsertEvent in oracle.jbo.common
 

Methods in oracle.jbo.common with parameters of type InsertEvent
 void RowSetHelper.fireRowInserted(InsertEvent event)
           
 


Business Components