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 Object


Constructor Summary
StateChanged(String sid, long seq, Dictionary dic, org.cybergarage.upnp.Device device, org.cybergarage.upnp.Service service)
           
 
Method Summary
 String getDeviceID()
           
 Dictionary getDictionary()
           
 long getSeq()
           
 String getServiceID()
           
 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(String sid,
                    long seq,
                    Dictionary dic,
                    org.cybergarage.upnp.Device device,
                    org.cybergarage.upnp.Service service)
Parameters:
sid -
dic -
varName -
varValue -
Method Detail

getDictionary

public Dictionary getDictionary()

getSid

public String getSid()

getSeq

public long getSeq()

getDeviceID

public String getDeviceID()

getServiceID

public String getServiceID()


Copyright © 2011 Apache Software Foundation. All Rights Reserved.