Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


oracle.jbo.uicli.jui
Interface JUActionBindingListener

All Known Implementing Classes:
JUActionBindingAdapter

public 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.


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

 

Method Detail

beforeActionPerformed

public 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

public 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 ADF Model and Business Components API Reference 10.1.2 B14022-02


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