kaos.dfra.dlik
Interface CommandListener
public interface CommandListener
Simple interface to receive commands from KAoS.
- Author:
- lbunch
Method Summary |
void |
commandReceived(java.lang.String commandAction,
java.util.HashMap commandProperties)
A command was received from KAoS. |
commandReceived
void commandReceived(java.lang.String commandAction,
java.util.HashMap commandProperties)
- A command was received from KAoS.
- Parameters:
commandAction
- - The action being commandedcommandProperties
- - map of property name (String) to property value (String)