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

E10653-08

oracle.jbo.uicli.jui
Interface JUActionBindingListener

All Superinterfaces:
JUCtrlActionBindingListener
All Known Implementing Classes:
JUActionBindingAdapter

public interface JUActionBindingListener
extends JUCtrlActionBindingListener

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.


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 beforeActionPerformed(JUActionBindingEvent ev)
          Notifies all listeners, so that they may prepare any necessary data for the current action, before the action is performed
 
Methods inherited from interface oracle.jbo.uicli.binding.JUCtrlActionBindingListener
afterActionPerformed, beforeActionPerformed
 

Method Detail

beforeActionPerformed

void beforeActionPerformed(JUActionBindingEvent ev)
Notifies all listeners, so that they may prepare any necessary data for the current action, before the action is performed


afterActionPerformed

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.


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

E10653-08

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