Package org.openl.rules.table.actions
Class UndoableCompositeAction
- java.lang.Object
-
- org.openl.rules.table.actions.UndoableCompositeAction
-
- All Implemented Interfaces:
IUndoableAction,IUndoableGridTableAction
public class UndoableCompositeAction extends Object implements IUndoableGridTableAction
- Author:
- snshor
-
-
Constructor Summary
Constructors Constructor Description UndoableCompositeAction(List<IUndoableGridTableAction> actions)UndoableCompositeAction(IUndoableGridTableAction... gridActions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoAction(IGridTable table)voidundoAction(IGridTable table)
-
-
-
Constructor Detail
-
UndoableCompositeAction
public UndoableCompositeAction(List<IUndoableGridTableAction> actions)
-
UndoableCompositeAction
public UndoableCompositeAction(IUndoableGridTableAction... gridActions)
-
-
Method Detail
-
doAction
public void doAction(IGridTable table)
- Specified by:
doActionin interfaceIUndoableGridTableAction
-
undoAction
public void undoAction(IGridTable table)
- Specified by:
undoActionin interfaceIUndoableGridTableAction
-
-