public class InterfaceActionOnInterfaceSetName extends java.lang.Object implements IInterfaceAction
InteractiveInterfaceHelperWithActions| Constructor and Description |
|---|
InterfaceActionOnInterfaceSetName(java.lang.String pName)
Deprecated.
The constructor for the action class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
performAction(IInterfaceActionListener pInterfaceActionListener,
IInterfaceUndoListener pInterfaceUndoListener,
IActionHelper pActionHelper)
Deprecated.
Action that is performed on the ODI interface objects.
|
public InterfaceActionOnInterfaceSetName(java.lang.String pName)
pName - The new name for the interface.public void performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
IInterfaceActionperformAction in interface IInterfaceActionpInterfaceActionListener - the interface action listener instancepInterfaceUndoListener - the interface undo listener instancepActionHelper - the action helper instance