Package de.swa.fuh.qrefinement.command
Interface UndoableCommand
- All Known Implementing Classes:
AddRectangleCommand,AddTextMarkCommand,ChangeAlgorithmConfig,ChangeTextMarkCommand,DeleteRectangleCommand,DeleteTextMarkCommand,RequeryCommand,SelectCommand
public interface UndoableCommand
Interface for concrete commands. Interface is implemented by commands that can be redone / undone.
- Author:
- Nicolas Boch