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 java.lang.Object


Constructor Summary
StateVarsToNotify(StateChanged msg)
           
 
Method Summary
 java.lang.String getDeviceID()
           
 java.util.Dictionary getDictionary()
           
 java.lang.String getServiceID()
           
 java.lang.String getSid()
           
 void updateDic(java.util.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 java.util.Dictionary getDictionary()

getSid

public java.lang.String getSid()

getDeviceID

public java.lang.String getDeviceID()

getServiceID

public java.lang.String getServiceID()

updateDic

public void updateDic(java.util.Dictionary dic)