Interface ICustomAbortableUndoRedoFeature

All Superinterfaces:
ICustomUndoRedoFeature
All Known Implementing Classes:
AddFeatureForPattern, CreateConnectionFeatureForPattern, CreateFeatureForPattern, DefaultUpdateDiagramFeature, DeleteFeatureForPattern, DirectEditingFeatureForPattern, LayoutFeatureForPattern, MoveShapeFeatureForPattern, ReconnectionFeatureForPattern, RemoveFeatureForPattern, ResizeShapeFeatureForPattern, UpdateFeatureForPattern

public interface ICustomAbortableUndoRedoFeature extends ICustomUndoRedoFeature
This interface can by used and implemented by customers within any feature to signal the need for additional work that needs to be done before or after undo and redo. In addition to ICustomUndoRedoFeature this interface supports cancellation of undo/redo operations.
Since:
0.12
See Also: