Uses of Interface
net.sbbi.upnp.ServiceEventHandler

Packages that use ServiceEventHandler
net.sbbi.upnp   
net.sbbi.upnp.samples   
 

Uses of ServiceEventHandler in net.sbbi.upnp
 

Methods in net.sbbi.upnp with parameters of type ServiceEventHandler
 int ServicesEventing.register(UPNPService service, ServiceEventHandler handler, int subscriptionDuration)
          Register state variable events notification for a device service
 ServiceEventSubscription ServicesEventing.registerEvent(UPNPService service, ServiceEventHandler handler, int subscriptionDuration)
          Register state variable events notification for a device service
 boolean ServicesEventing.unRegister(UPNPService service, ServiceEventHandler handler)
          Unregisters events notifications from a service
 

Uses of ServiceEventHandler in net.sbbi.upnp.samples
 

Classes in net.sbbi.upnp.samples that implement ServiceEventHandler
 class MyStateVariableEventsHandler
           
 



Copyright © 2005 SuperBonBon Industries. All Rights Reserved.