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.
 

Method Detail

commandReceived

void commandReceived(java.lang.String commandAction,
                     java.util.HashMap commandProperties)
A command was received from KAoS.

Parameters:
commandAction - - The action being commanded
commandProperties - - map of property name (String) to property value (String)