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

E17503-02

oracle.adfnmc.bindings.events
Interface IteratorAttributeValueListener

All Known Subinterfaces:
IteratorKeyedAttributeValueListener
All Known Implementing Classes:
AttributeBindingImpl, DynamicListBindingImpl, IndexedAttributeBindingImpl, IteratorExecutableBindingImpl, MethodIteratorBindingImpl, RangeBindingImpl, StaticListBindingImpl

public interface IteratorAttributeValueListener

Provides notifications for when the current values pointed to by an iterator are updated by a set operation. Listeners should register for a particular attribute by name or index.

Author:
dmartin

Method Summary
 void attributeUpdated(java.lang.String attrName)
          Fires when the value of an attribute of the current row pointed to by an iterator is set.
 

Method Detail

attributeUpdated

void attributeUpdated(java.lang.String attrName)
Fires when the value of an attribute of the current row pointed to by an iterator is set.

Parameters:
attrName - - Name of the attribute whose value has updated

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.