Interface UndoManager.IUndoAction
Interface for actions which can be added to the undo queue.
Namespace: Jotunn.Managers
Assembly: Jotunn.dll
Syntax
public interface UndoManager.IUndoAction
Methods
Name | Description |
---|---|
Description() | Description of this action to show on the queue's history. |
Redo() | Code to replay whatever was executed. |
RedoMessage() | Message being displayed after a successful redo. |
Undo() | Code to revert whatever was executed. |
UndoMessage() | Message being displayed after a successful undo. |