public interface GUICommand
Modifier and Type | Method and Description |
---|---|
boolean |
canExecute()
Returns whether this command may be executed.
|
void |
execute()
Executes the command.
|
boolean canExecute()
void execute()
canExecute()
returns false
.