Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

oracle.jbo.uicli.jui
Class JUActionBindingAdapter

java.lang.Object
  extended by oracle.jbo.uicli.binding.JUCtrlActionBindingAdapter
      extended by oracle.jbo.uicli.jui.JUActionBindingAdapter
All Implemented Interfaces:
JUCtrlActionBindingListener, JUActionBindingListener

public class JUActionBindingAdapter
extends JUCtrlActionBindingAdapter
implements JUActionBindingListener

Default adapter for JUActionBindingListener event.


Constructor Summary
JUActionBindingAdapter()
           
 
Method Summary
 void afterActionPerformed(JUActionBindingEvent ev)
          Notifies all listeners, so that they may implement necessary updates and invalidations on the UI side as a reaction to a performed action.
 void afterActionPerformed(JUCtrlActionBindingEvent ev)
          Notifies all listeners, so that they may implement necessary updates and invalidations on the UI side as a reaction to a performed action.
 void beforeActionPerformed(JUActionBindingEvent ev)
          Notifies all listeners, so that they may prepare any necessary data for the current action, before the action is performed
 void beforeActionPerformed(JUCtrlActionBindingEvent ev)
          Notifies all listeners, so that they may prepare any necessary data for the current action, before the action is performed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUActionBindingAdapter

public JUActionBindingAdapter()
Method Detail

beforeActionPerformed

public void beforeActionPerformed(JUActionBindingEvent ev)
Description copied from interface: JUActionBindingListener
Notifies all listeners, so that they may prepare any necessary data for the current action, before the action is performed

Specified by:
beforeActionPerformed in interface JUActionBindingListener

afterActionPerformed

public void afterActionPerformed(JUActionBindingEvent ev)
Description copied from interface: JUActionBindingListener
Notifies all listeners, so that they may implement necessary updates and invalidations on the UI side as a reaction to a performed action.

Specified by:
afterActionPerformed in interface JUActionBindingListener

beforeActionPerformed

public void beforeActionPerformed(JUCtrlActionBindingEvent ev)
Description copied from interface: JUCtrlActionBindingListener
Notifies all listeners, so that they may prepare any necessary data for the current action, before the action is performed

Specified by:
beforeActionPerformed in interface JUCtrlActionBindingListener
Overrides:
beforeActionPerformed in class JUCtrlActionBindingAdapter

afterActionPerformed

public void afterActionPerformed(JUCtrlActionBindingEvent ev)
Description copied from interface: JUCtrlActionBindingListener
Notifies all listeners, so that they may implement necessary updates and invalidations on the UI side as a reaction to a performed action.

Specified by:
afterActionPerformed in interface JUCtrlActionBindingListener
Overrides:
afterActionPerformed in class JUCtrlActionBindingAdapter

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

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