Uses of Interface
com.biglybt.net.upnp.UPnPSSDPListener
-
Packages that use UPnPSSDPListener Package Description com.biglybt.net.upnp com.biglybt.net.upnp.impl.ssdp -
-
Uses of UPnPSSDPListener in com.biglybt.net.upnp
Methods in com.biglybt.net.upnp with parameters of type UPnPSSDPListener Modifier and Type Method Description void
UPnPSSDP. addListener(UPnPSSDPListener l)
void
UPnPSSDP. removeListener(UPnPSSDPListener l)
-
Uses of UPnPSSDPListener in com.biglybt.net.upnp.impl.ssdp
Classes in com.biglybt.net.upnp.impl.ssdp that implement UPnPSSDPListener Modifier and Type Class Description class
SSDPIGDImpl
Methods in com.biglybt.net.upnp.impl.ssdp with parameters of type UPnPSSDPListener Modifier and Type Method Description void
SSDPCore. addListener(UPnPSSDPListener l)
void
SSDPCore. removeListener(UPnPSSDPListener l)
-