IInterfaceActionListener by overridding only the desired methods. This
class implements the interface without any implementation.public class ActionListenerAbstract extends java.lang.Object implements IInterfaceActionListener
| Constructor and Description |
|---|
ActionListenerAbstract()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
locationChanged(IExecutableTextHolder pExecutableTextHolder,
OdiInterface.ExecutionLocation pOldExecutionLocation,
OdiInterface.ExecutionLocation pNewExecutionLocation)
Deprecated.
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)
Deprecated.
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)
Deprecated.
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)
Deprecated.
Responds to the completion of the action of removing an ODI interface source data store/join
relationship (lookup).
|
void |
objectAdded(IInterfaceSubComponent pInterfaceSubComponent)
Deprecated.
Responds to the completion of the action of adding an ODI interface child object.
|
void |
objectChanged(IInterfaceSubComponent pInterfaceSubComponent)
Deprecated.
Responds to the completion of the action of modifying an ODI interface child object.
|
void |
objectRemoved(IInterfaceSubComponent pInterfaceSubComponent)
Deprecated.
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)
Deprecated.
Responds to the completion of the action of renaming an ODI interface child object.
|
void |
stagingAreaMoved(OdiPhysicalSchema pOldSchema,
OdiPhysicalSchema pNewSchema)
Deprecated.
Responds to the completion of the action of changing the physical schema of an ODI interface
staging area.
|
void |
targetDataStoreMoved(OdiPhysicalSchema pOldSchema,
OdiPhysicalSchema pNewSchema)
Deprecated.
Responds to the completion of the action of changing the physical schema of an ODI interface
target data store.
|
void |
targetDataStoreReplaced()
Deprecated.
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)
Deprecated.
Responds to the completion of the action of changing the text of an ODI interface child
object.
|
void |
textEnabled(IExecutableTextHolder pExecutableTextHolder)
Deprecated.
Responds to the completion of the action of enabling the text of an ODI interface child
object.
|
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 componentpublic 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 storepublic void lookupAssembled(SourceDataStore pSourceDataStore, Join pJoin)
IInterfaceActionListenerlookupAssembled in interface IInterfaceActionListenerpSourceDataStore - the source data store for the lookuppJoin - the join for the lookuppublic 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 removedpublic 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-componentpublic 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 areapublic 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 storepublic 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