Interface IUndoableCommand
-
- All Known Implementing Classes:
AddAnnotationCommand
,AxisPanOrZoomCommand
,MovingAnnotationCommand
,MovingAnnotationLabelCommand
,RemoveAnnotationCommand
,SaveStateCommand
,XYGraphConfigCommand
,ZoomCommand
public interface IUndoableCommand
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
redo()
Restore the state of the target to the state after this command has been executed.void
undo()
Restore the state of the target to the state before this command has been executed.
-