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 voidredo()Restore the state of the target to the state after this command has been executed.voidundo()Restore the state of the target to the state before this command has been executed.
-