org.apache.felix.upnp.basedriver.importer.core.event.message
Class StateChanged

java.lang.Object
  extended by org.apache.felix.upnp.basedriver.importer.core.event.message.StateChanged

public class StateChanged
extends java.lang.Object


Constructor Summary
StateChanged(java.lang.String sid, long seq, java.util.Dictionary dic, org.cybergarage.upnp.Device device, org.cybergarage.upnp.Service service)
           
 
Method Summary
 java.lang.String getDeviceID()
           
 java.util.Dictionary getDictionary()
           
 long getSeq()
           
 java.lang.String getServiceID()
           
 java.lang.String getSid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StateChanged

public StateChanged(java.lang.String sid,
                    long seq,
                    java.util.Dictionary dic,
                    org.cybergarage.upnp.Device device,
                    org.cybergarage.upnp.Service service)
Parameters:
sid -
dic -
varName -
varValue -
Method Detail

getDictionary

public java.util.Dictionary getDictionary()

getSid

public java.lang.String getSid()

getSeq

public long getSeq()

getDeviceID

public java.lang.String getDeviceID()

getServiceID

public java.lang.String getServiceID()