public abstract class Command
extends java.lang.Object
Constructor and Description |
---|
Command() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getName() |
protected boolean |
isValidEchoType(int echoType)
Checks that an echo type parameter is valid.
|