Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.2.0)

E17483-03


oracle.adf.model.binding
Class DCInvokeMethodAdapter

java.lang.Object
  extended by oracle.adf.model.binding.DCInvokeMethodAdapter

All Implemented Interfaces:
DCInvokeMethodListener

public class DCInvokeMethodAdapter
extends java.lang.Object
implements DCInvokeMethodListener

Default adapter for DCInvokeMethodListener event.


Constructor Summary
DCInvokeMethodAdapter()
           

 

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

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

DCInvokeMethodAdapter

public DCInvokeMethodAdapter()

Method Detail

beforeInvokeMethod

public void beforeInvokeMethod(DCInvokeMethodEvent ev)
Description copied from interface: DCInvokeMethodListener
Notifies all listeners, so that they may prepare any necessary data for the current action, before the action is performed
Specified by:
beforeInvokeMethod in interface DCInvokeMethodListener

afterInvokeMethod

public void afterInvokeMethod(DCInvokeMethodEvent ev)
Description copied from interface: DCInvokeMethodListener
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:
afterInvokeMethod in interface DCInvokeMethodListener

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.2.0)

E17483-03


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