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
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.