edu.wisc.trace.upnptarget
Interface IDeviceListener

All Known Implementing Classes:
SatelliteBoxApplet

public interface IDeviceListener

Interface declaring methods for controlling Satellite Box

Created on: 11/15/2007
Known bugs: None
Thread safe: Yes

Version:
$Revision: 1.12 $
Author:
Parikshit Thakur & Team, Trace R&D Center

Method Summary
 boolean setValue(String actionName, Map<String,String> paramMap)
          This function is called when any state variable is changed
 

Method Detail

setValue

boolean setValue(String actionName,
                 Map<String,String> paramMap)
This function is called when any state variable is changed

Parameters:
actionName - String containing action name
paramMap - StateVariableName Vs. StateVariableValue Map
Returns:
true if successful else false


Copyright © 2006 Trace R&D Center, University of Wisconsin-Madison. All Rights Reserved.