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)
RemoteCommandListenercommandReceived in interface RemoteCommandListenerpublic String[] getManagedCommands()
getManagedCommands in interface RemoteCommandListener