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

E17060-01

oracle.odi.interfaces.interactive.support
Interface ISourceSetListener

All Known Subinterfaces:
ISourceSetCreator, ISourceSetNameProvider
All Known Implementing Classes:
SourceSetCreatorNew

public interface ISourceSetListener

Implementations of this interface listen to source set events (when they are created, renamed or removed).
Listeners are called after the operation has been performed.

Since:
11.1.1.3.0
See Also:
SourceSet

Method Summary
 void sourceSetAdded(SourceSet pSourceSet)
          A new source set has been added.
 void sourceSetRemoved(SourceSet pSourceSet)
          A source set has been removed.
 void sourceSetRenamed(SourceSet pSourceSet, java.lang.String pOldName, java.lang.String pNewName)
          A source set has been renamed.
 

Method Detail

sourceSetAdded

void sourceSetAdded(SourceSet pSourceSet)
A new source set has been added.

Parameters:
pSourceSet - the source set that has been added

sourceSetRemoved

void sourceSetRemoved(SourceSet pSourceSet)
A source set has been removed.

Parameters:
pSourceSet - the source set that has been removed

sourceSetRenamed

void sourceSetRenamed(SourceSet pSourceSet,
                      java.lang.String pOldName,
                      java.lang.String pNewName)
A source set has been renamed.

Parameters:
pSourceSet - the source set that has been renamed
pOldName - the source set's old name
pNewName - the source set's new name

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.