public class EndpointListener extends java.lang.Object implements RemoteCommandListener
| Constructor and Description |
|---|
EndpointListener(Endpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
void |
commandReceived(CommandReader commandReader,
CommandSender commandSender,
java.lang.String command)
May be called concurrently by several threads.
|
java.lang.String[] |
getManagedCommands() |
public EndpointListener(Endpoint endpoint)
public java.lang.String[] getManagedCommands()
getManagedCommands in interface RemoteCommandListenerpublic void commandReceived(CommandReader commandReader, CommandSender commandSender, java.lang.String command)
RemoteCommandListenercommandReceived in interface RemoteCommandListener