Skip navigation links

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

E10653-03


oracle.adf.model.binding
Interface DCBindingContainerChangeListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
BindingContainerChangeAdapterForCtxEvent, DCBindingContainerChangeAdapter

public interface DCBindingContainerChangeListener
extends java.util.EventListener

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


Method Summary
 void afterCurrencyChange(DCBindingContainerCurrencyChangeEvent ev)
          Invoked after a binding object calls a navigation event to display the next row data.
 void afterSaveTransaction(DCBindingContainerChangeEvent ev)
          Invoked after binding object calls commit() on the transaction to save any pending changes into the database.
 void afterSetAttribute(DCBindingContainerValueChangeEvent ev)
          Invoked after binding object calls Row.setAttribute() to update a value from a binding object into the corresponding Row object.

 

Method Detail

afterSetAttribute

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

afterCurrencyChange

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

afterSaveTransaction

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

Skip navigation links

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

E10653-03


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