Package at.jku.ssw.fp.sect04_4.cmd_fp
Class Command
- java.lang.Object
-
- at.jku.ssw.fp.sect04_4.cmd_fp.Command
-
public class Command extends Object
A command object. Consists of a do and an undo action.- Author:
- Herbert Prähofer
-
-
Field Summary
Fields Modifier and Type Field Description Runnable
doAction
The do actionRunnable
undoAction
The undo action
-