public interface GUICommand
An executable command.
Method Summary | |
---|---|
boolean |
canExecute()
Returns whether this command may be executed. |
void |
execute()
Executes the command. |
Method Detail |
---|
boolean canExecute()
void execute()
canExecute()
returns false
.