public class InterfaceActionOnInterfaceSetDescription extends java.lang.Object implements IInterfaceAction
InteractiveInterfaceHelperWithActions| Constructor and Description |
|---|
InterfaceActionOnInterfaceSetDescription(java.lang.String pDescription)
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 InterfaceActionOnInterfaceSetDescription(java.lang.String pDescription)
pDescription - The description text to be set 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