|
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 | |||||||||
java.lang.Object
oracle.odi.interfaces.interactive.support.actionlistener.ActionListenerAbstract
public class ActionListenerAbstract
This is a convenience class to create a new IInterfaceActionListener by overridding only the desired methods. This class implements the interface without any implementation.
| Constructor Summary | |
|---|---|
ActionListenerAbstract() |
|
| Method Summary | |
|---|---|
void |
locationChanged(IExecutableTextHolder pExecutableTextHolder, OdiInterface.ExecutionLocation pOldExecutionLocation, OdiInterface.ExecutionLocation pNewExecutionLocation)Responds to the completion of the action of changing the location of an ODI interface child object. |
void |
locationChanged(SourceDataStore pSourceDataStore, OdiPhysicalSchema pOldSchema, OdiPhysicalSchema pNewSchema)Responds to the completion of the action of changing the physical schema of an ODI interface source data store. |
void |
lookupAssembled(SourceDataStore pSourceDataStore, Join pJoin)Responds to the completion of the action of setting up an ODI interface source data store/join relationship (lookup). |
void |
lookupDisassembled(SourceDataStore pSourceDataStore, Join pJoin)Responds to the completion of the action of removing an ODI interface source data store/join relationship (lookup). |
void |
objectAdded(IInterfaceSubComponent pInterfaceSubComponent)Responds to the completion of the action of adding an ODI interface child object. |
void |
objectChanged(IInterfaceSubComponent pInterfaceSubComponent)Responds to the completion of the action of modifying an ODI interface child object. |
void |
objectRemoved(IInterfaceSubComponent pInterfaceSubComponent)Responds to the completion of the action of removing an ODI interface child object. |
void |
objectRenamed(IInterfaceSubComponent pInterfaceSubComponent, java.lang.String pOriginalName, java.lang.String pNewName)Responds to the completion of the action of renaming an ODI interface child object. |
void |
stagingAreaMoved(OdiPhysicalSchema pOldSchema, OdiPhysicalSchema pNewSchema)Responds to the completion of the action of changing the physical schema of an ODI interface staging area. |
void |
targetDataStoreMoved(OdiPhysicalSchema pOldSchema, OdiPhysicalSchema pNewSchema)Responds to the completion of the action of changing the physical schema of an ODI interface target data store. |
void |
targetDataStoreReplaced()Responds to the completion of the action of replacing an ODI interface target data store. |
void |
textChanged(IExecutableTextHolder pExecutableTextHolder, java.lang.String pOldString, java.lang.String pNewString)Responds to the completion of the action of changing the text of an ODI interface child object. |
void |
textEnabled(IExecutableTextHolder pExecutableTextHolder)Responds to the completion of the action of enabling the text of an ODI interface child object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActionListenerAbstract()
| Method Detail |
|---|
public void locationChanged(IExecutableTextHolder pExecutableTextHolder,
OdiInterface.ExecutionLocation pOldExecutionLocation,
OdiInterface.ExecutionLocation pNewExecutionLocation)
IInterfaceActionListenerlocationChanged in interface IInterfaceActionListenerpExecutableTextHolder - the executable text holder of the interface component whose location has changedpOldExecutionLocation - the original location of the interface componentpNewExecutionLocation - the new location of the interface component
public void locationChanged(SourceDataStore pSourceDataStore,
OdiPhysicalSchema pOldSchema,
OdiPhysicalSchema pNewSchema)
IInterfaceActionListenerlocationChanged in interface IInterfaceActionListenerpSourceDataStore - the source data store whose physical schema has changedpOldSchema - the original physical schema of the source data storepNewSchema - the new physical schema of the source data store
public void lookupAssembled(SourceDataStore pSourceDataStore,
Join pJoin)
IInterfaceActionListenerlookupAssembled in interface IInterfaceActionListenerpSourceDataStore - the source data store for the lookuppJoin - the join for the lookup
public void lookupDisassembled(SourceDataStore pSourceDataStore,
Join pJoin)
IInterfaceActionListenerlookupDisassembled in interface IInterfaceActionListenerpSourceDataStore - the source data store for the lookuppJoin - the join for the lookuppublic void objectAdded(IInterfaceSubComponent pInterfaceSubComponent)
IInterfaceActionListenerobjectAdded in interface IInterfaceActionListenerpInterfaceSubComponent - the interface component that has been addedpublic void objectChanged(IInterfaceSubComponent pInterfaceSubComponent)
IInterfaceActionListenerobjectChanged in interface IInterfaceActionListenerpInterfaceSubComponent - the interface component that has been modifiedpublic void objectRemoved(IInterfaceSubComponent pInterfaceSubComponent)
IInterfaceActionListenerobjectRemoved in interface IInterfaceActionListenerpInterfaceSubComponent - the interface component that has been removed
public void objectRenamed(IInterfaceSubComponent pInterfaceSubComponent,
java.lang.String pOriginalName,
java.lang.String pNewName)
IInterfaceActionListenerobjectRenamed in interface IInterfaceActionListenerpInterfaceSubComponent - the interface sub-component that has been renamedpOriginalName - the original name of the interface sub-componentpNewName - the new name of the interface sub-component
public void stagingAreaMoved(OdiPhysicalSchema pOldSchema,
OdiPhysicalSchema pNewSchema)
IInterfaceActionListenerstagingAreaMoved in interface IInterfaceActionListenerpOldSchema - the original physical schema of the staging areapNewSchema - the new physical schema of the staging area
public void targetDataStoreMoved(OdiPhysicalSchema pOldSchema,
OdiPhysicalSchema pNewSchema)
IInterfaceActionListenertargetDataStoreMoved in interface IInterfaceActionListenerpOldSchema - the original physical schema of the target data storepNewSchema - the new physical schema of the target data store
public void textChanged(IExecutableTextHolder pExecutableTextHolder,
java.lang.String pOldString,
java.lang.String pNewString)
IInterfaceActionListenertextChanged in interface IInterfaceActionListenerpExecutableTextHolder - the text holder of the text that was changedpOldString - the original text stringpNewString - the new text stringpublic void textEnabled(IExecutableTextHolder pExecutableTextHolder)
IInterfaceActionListenertextEnabled in interface IInterfaceActionListenerpExecutableTextHolder - the text holder of the text that was enabledpublic void targetDataStoreReplaced()
IInterfaceActionListenertargetDataStoreReplaced in interface IInterfaceActionListener
|
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 | |||||||||