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

E17503-02

oracle.adfnmc.bindings.events
Interface IteratorKeyedAttributeValueListener

All Superinterfaces:
IteratorAttributeValueListener
All Known Implementing Classes:
IteratorExecutableBindingImpl, MethodIteratorBindingImpl, RangeBindingImpl

public interface IteratorKeyedAttributeValueListener
extends IteratorAttributeValueListener


Method Summary
 void attributeUpdated(java.lang.String attrName, java.lang.Object rowKey)
          Fires when the value of an attribute of any row on a collection pointed to by an iterator is set.
 
Methods inherited from interface oracle.adfnmc.bindings.events.IteratorAttributeValueListener
attributeUpdated
 

Method Detail

attributeUpdated

void attributeUpdated(java.lang.String attrName,
                      java.lang.Object rowKey)
Fires when the value of an attribute of any row on a collection pointed to by an iterator is set.

Parameters:
attrName - - Name of the attribute whose value has updated
rowKey - - The primary key of the row the updated attribute

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

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.