Package at.jku.ssw.fp.sect04_4.cmd_nofp
Interface Command
-
- All Known Implementing Classes:
AddTextCommand
,DeleteTextCommand
public interface Command
Interface for commands.- Author:
- Herbert Prähofer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
doCmd()
Executes the command.void
undoCmd()
Undoes the command.
-