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

E10653-05

oracle.adf.model.binding
Interface DCInvokeMethodListener

All Known Implementing Classes:
DCInvokeMethodAdapter

public interface DCInvokeMethodListener

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 afterInvokeMethod(DCInvokeMethodEvent 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 beforeInvokeMethod(DCInvokeMethodEvent ev)
          Notifies all listeners, so that they may prepare any necessary data for the current action, before the action is performed
 

Method Detail

beforeInvokeMethod

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


afterInvokeMethod

void afterInvokeMethod(DCInvokeMethodEvent 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.4.0)

E10653-05

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