Business Components

Uses of Class
oracle.jbo.NavigationEvent

Packages that use NavigationEvent
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 NavigationEvent in oracle.jbo
 

Methods in oracle.jbo with parameters of type NavigationEvent
 void RowSetListener.navigated(NavigationEvent event)
          Invoked when the current-row designation changes.
 

Uses of NavigationEvent in oracle.jbo.common
 

Methods in oracle.jbo.common with parameters of type NavigationEvent
 void RowSetHelper.fireNavigationEvent(NavigationEvent event)
           
 

Uses of NavigationEvent in oracle.jbo.server
 

Methods in oracle.jbo.server with parameters of type NavigationEvent
 void ViewRowSetIteratorImpl.fireNavigationEvent(NavigationEvent event)
          Fires the navigation event to its listeners.
 


Business Components