public class Command extends Object
Constructor and Description |
---|
Command(String title,
String command)
Construct a new
Command . |
Modifier and Type | Method and Description |
---|---|
String |
getCommand()
The code of the command that should be invoked.
|
String |
getTitle()
The title of the command.
|