public interface CommandResponses
Modifier and Type | Method and Description |
---|---|
int |
getCommandResponses(java.lang.String command,
java.util.List<java.lang.String> responses)
Get a list of responses for a command.
|
int getCommandResponses(java.lang.String command, java.util.List<java.lang.String> responses)
command
- The command.responses
- A list that the responses get added to.