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

E10653-07

oracle.adf.model.binding
Class DCBindingContainerChangeAdapter

java.lang.Object
  extended by oracle.adf.model.binding.DCBindingContainerChangeAdapter
All Implemented Interfaces:
java.util.EventListener, DCBindingContainerChangeListener
Direct Known Subclasses:
BindingContainerChangeAdapterForCtxEvent

public abstract class DCBindingContainerChangeAdapter
extends java.lang.Object
implements DCBindingContainerChangeListener

Extended by classes that are interested in performing operations after Attribute value is set or currency is changed or Transaction is saved.


Constructor Summary
DCBindingContainerChangeAdapter()
           
 
Method Summary
abstract  void afterCurrencyChange(DCBindingContainerCurrencyChangeEvent ev)
          Invoked after a binding object calls a navigation event to display the next row data.
abstract  void afterSaveTransaction(DCBindingContainerChangeEvent ev)
          Invoked after binding object calls commit() on the transaction to save any pending changes into the database.
abstract  void afterSetAttribute(DCBindingContainerValueChangeEvent ev)
          Invoked after binding object calls Row.setAttribute() to update a value from a binding object into the corresponding Row object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DCBindingContainerChangeAdapter

public DCBindingContainerChangeAdapter()
Method Detail

afterSetAttribute

public abstract void afterSetAttribute(DCBindingContainerValueChangeEvent ev)
Invoked after binding object calls Row.setAttribute() to update a value from a binding object into the corresponding Row object.

Specified by:
afterSetAttribute in interface DCBindingContainerChangeListener

afterCurrencyChange

public abstract void afterCurrencyChange(DCBindingContainerCurrencyChangeEvent ev)
Invoked after a binding object calls a navigation event to display the next row data.

Specified by:
afterCurrencyChange in interface DCBindingContainerChangeListener

afterSaveTransaction

public abstract void afterSaveTransaction(DCBindingContainerChangeEvent ev)
Invoked after binding object calls commit() on the transaction to save any pending changes into the database.

Specified by:
afterSaveTransaction in interface DCBindingContainerChangeListener

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

E10653-07

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