IAutoFixManager interface.public class AutoFixManagerLazy extends java.lang.Object implements IAutoFixManager
| Constructor and Description |
|---|
AutoFixManagerLazy()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
autoFix(IInterfaceAction pOriginalAction,
IImpacts pOriginalImpacts,
IInterfaceActionListener pInterfaceActionListener,
IInterfaceUndoListener pInterfaceUndoListener,
IInteractiveInterfaceHelper pInterfaceHelper)
Deprecated.
Dummy implementation.
|
public void autoFix(IInterfaceAction pOriginalAction, IImpacts pOriginalImpacts, IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IInteractiveInterfaceHelper pInterfaceHelper)
autoFix in interface IAutoFixManagerpOriginalAction - the original action that was executedpOriginalImpacts - the impacts caused by the actionpInterfaceActionListener - the interface action listener instancepInterfaceUndoListener - the interface undo listener instancepInterfaceHelper - the interface helper instance