Oracle Application Development Framework Model Java API Reference 10g Release 3 (10.1.3) B25778-01


Uses of Interface
oracle.jbo.uicli.binding.JUCtrlActionBindingListener

Packages that use JUCtrlActionBindingListener
oracle.jbo.uicli.binding Contains ADF Swing classes that handle interaction with BC4J objects for various ADF Swing bindings. 
oracle.jbo.uicli.jui Contains JClient classes that implement binding of Swing controls with BC4J ViewObject, Attributes or Rows. 

 

Uses of JUCtrlActionBindingListener in oracle.jbo.uicli.binding

 

Classes in oracle.jbo.uicli.binding that implement JUCtrlActionBindingListener
 class JUCtrlActionBindingAdapter
          Default adapter for JUCtrlActionBindingListener event.

 

Methods in oracle.jbo.uicli.binding with parameters of type JUCtrlActionBindingListener
 void JUCtrlActionBinding.addActionBindingListener(JUCtrlActionBindingListener l)
          Adds the given listener to this Action Binding's listeners list.
 void JUCtrlActionBinding.removeActionBindingListener(JUCtrlActionBindingListener l)
          Removes the given listener from this Action Binding's listeners list.

 

Uses of JUCtrlActionBindingListener in oracle.jbo.uicli.jui

 

Subinterfaces of JUCtrlActionBindingListener in oracle.jbo.uicli.jui
 interface JUActionBindingListener
          Implemented by classes that are interested in performing typically lightweight, client-side preparation of data or update of display before or after an action binding performs it's action.

 

Classes in oracle.jbo.uicli.jui that implement JUCtrlActionBindingListener
 class JUActionBindingAdapter
          Default adapter for JUActionBindingListener event.

 


Oracle Application Development Framework Model Java API Reference 10g Release 3 (10.1.3) B25778-01


Copyright © 1997, 2005, Oracle. All rights reserved.