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