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

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

public class ListenerUnRegistration
extends java.lang.Object


Constructor Summary
ListenerUnRegistration(org.osgi.service.upnp.UPnPEventListener listener)
           
 
Method Summary
 org.osgi.service.upnp.UPnPEventListener getListener()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListenerUnRegistration

public ListenerUnRegistration(org.osgi.service.upnp.UPnPEventListener listener)
Parameters:
listener -
Method Detail

getListener

public org.osgi.service.upnp.UPnPEventListener getListener()