Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

oracle.odi.interfaces.interactive.support
Interface IReferenceChangeListener

All Known Subinterfaces:
IReferenceManager
All Known Implementing Classes:
ReferenceManagerAbstract, ReferenceManagerHeavyDataStores, ReferenceManagerLightDataStores, ReferenceManagerLookups, ReferenceManagerSourceColumns, ReferenceManagerToDataStoresFull

public interface IReferenceChangeListener

Implementations of this interface are listening to reference change events. They are notified whenever references change in the interface.

Since:
11.1.1.3.0

Method Summary
 void referencesFromExecutableChanged(IExecutableTextHolder pExecutableTextHolder)
          This method is called on all listeners when the references of a text holder are changed.
 

Method Detail

referencesFromExecutableChanged

void referencesFromExecutableChanged(IExecutableTextHolder pExecutableTextHolder)
This method is called on all listeners when the references of a text holder are changed.

Parameters:
pExecutableTextHolder - the text holder whose references are changed.

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

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