Package com._1c.g5.v8.bm.integration
Interface IBmPostUndoRedoHandler
- All Known Implementing Classes:
AbstractFormAttributeTask,AddCaseTask,AddDecorativeRelationTask,AddElementsTask,AddEntityTask,AddRemoveDrawingOperation,AddRemoveGroupOperation,AddSplitRelationTask,ApplyFontOperation,ApplyFormatOperation,BaseApplyFormatOperation,BaseOperation,ChangeCellsOperation,ChangeDrawingOperation,ChangeDrawingPositionOperation,ChangeDrawingZOrder,ChangeGroupOperation,ChangeGroupParametersOperation,ChangeHeaderFooterOperation,ChangeParagraphPropertyOperation,ChangeRowsColumnsOperation,ChangeSpreadsheetOperation,ChangeTypeDescriptionTask,CollapseToLevelOperation,CompositeOperation,ConnectTask,CopyCellsOperation,CopyDrawingsOperation,CutDrawingsOperation,DeleteFormAttributeTask,DeleteInsertCellsOperation,ExpandCollapseAllOperation,ExpandCollapseOperation,GroupDrawngsOperation,MergeAndUnmergeOperation,MoveElementsTask,NotifyingOperation,PasteCellsOperation,PasteDrawingsOperation,RemoveCaseTask,RemoveElementsTask,RemoveRowColumnsOperation,RenameAreaOperation,SetAutoWidthCalculationOperation,SetColumnWidthOperation,SetDefaultWidthWeightFactorOperation,SetRemovePrintAreaOperation,SetRemoveRepeatedColumnsOperation,SetRemoveRepeatedRowsOperation,SetRowHeightOperation,SetSheetDefaultHeightOperation,SetSheetDefaultWidthOperation,SetWidthWeightFactorOperation,ShowHideOperation,SplitCellHorizontalOperation,SplitCellVerticalOperation,UngroupDrawingsOperation,UnsetWidthWeightFactorOperation
public interface IBmPostUndoRedoHandler
A mix-in interface for
tasks that need to execute some custom logic on undo/redo.-
Method Summary
-
Method Details
-
onUndo
void onUndo()The method invoked after the task is undone. -
onRedo
void onRedo()The method invoked after the task is redone.
-