public abstract class Command
extends java.lang.Object
Constructor and Description |
---|
Command(Model model,
DrawingPalette view) |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
execute()
Invoke the command.
|
public Command(Model model, DrawingPalette view)