jAER project on SourceForge

net.sf.jaer.util
Interface RemoteControlled

All Known Implementing Classes:
ConfigurableIPot, ConstrainedConfigurableIPot, IPot, VPot

public interface RemoteControlled

A RemoteContolled object implements this interface to process commands.

Author:
tobi

Method Summary
 java.lang.String processCommand(RemoteControlCommand command, java.lang.String input)
          Called when remote control recieved for this RemoteControlled.
 

Method Detail

processCommand

java.lang.String processCommand(RemoteControlCommand command,
                                java.lang.String input)
Called when remote control recieved for this RemoteControlled.

Parameters:
command - the received command that was parsed as being the type sent.
input - the input line which starts with the command token.
Returns:
an optional response to the command which can be null.

jAER project on SourceForge