Skip navigation links

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

E10653-06


oracle.binding
Interface DataChangeListener

All Known Implementing Classes:
DataChangeMultiCaster, DCIteratorBinding, JUIteratorBinding

public interface DataChangeListener

Method Summary
 void dataChanged(DataChangeEvent event)
          raised when datachanges are detected in the datacontrol implementation and is to be notified via the bindings to the UI layers.
 void handleDataException(DataExceptionEvent event)
          raised when exception is encountered by the datacontrol implementation and needs to be notified to the bindings and the UI layers.

 

Method Detail

dataChanged

void dataChanged(DataChangeEvent event)
raised when datachanges are detected in the datacontrol implementation and is to be notified via the bindings to the UI layers.

handleDataException

void handleDataException(DataExceptionEvent event)
raised when exception is encountered by the datacontrol implementation and needs to be notified to the bindings and the UI layers.

Skip navigation links

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

E10653-06


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