public abstract class AbstractCommand extends java.lang.Object implements Command
| Constructor and Description |
|---|
AbstractCommand(java.lang.String commandName) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
The name of this command.
|