Package commands
Interface Command
- All Known Implementing Classes:
AddCommand,AddCommandGui,DeleteCommand,DeleteCommandGui,HelpCommand,ListCommand
public interface Command
Command interface setting up methods that all commands should have when
implemented.
- Author:
- Melvin Campos Casares
-
Method Summary
Modifier and Type Method Description java.lang.Stringdescription()voidexecute()static java.lang.Stringusage()
-
Method Details
-
description
java.lang.String description() -
execute
void execute() -
usage
static java.lang.String usage()
-