|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.
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 |
|---|
void sourceSetAdded(SourceSet pSourceSet)
pSourceSet - the source set that has been addedvoid sourceSetRemoved(SourceSet pSourceSet)
pSourceSet - the source set that has been removed
void sourceSetRenamed(SourceSet pSourceSet,
java.lang.String pOldName,
java.lang.String pNewName)
pSourceSet - the source set that has been renamedpOldName - the source set's old namepNewName - the source set's new name
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||