org.apache.felix.upnp.basedriver.importer.core.event.structs
Class StateVarsToNotify

java.lang.Object
  extended by org.apache.felix.upnp.basedriver.importer.core.event.structs.StateVarsToNotify

public class StateVarsToNotify
extends Object


Constructor Summary
StateVarsToNotify(StateChanged msg)
           
 
Method Summary
 String getDeviceID()
           
 Dictionary getDictionary()
           
 String getServiceID()
           
 String getSid()
           
 void updateDic(Dictionary dic)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StateVarsToNotify

public StateVarsToNotify(StateChanged msg)
Method Detail

getDictionary

public Dictionary getDictionary()

getSid

public String getSid()

getDeviceID

public String getDeviceID()

getServiceID

public String getServiceID()

updateDic

public void updateDic(Dictionary dic)


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.