Uses of Interface
com.biglybt.net.upnp.UPnPListener
-
Packages that use UPnPListener Package Description com.biglybt.net.natpmp.upnp com.biglybt.net.natpmp.upnp.impl com.biglybt.net.upnp com.biglybt.net.upnp.impl com.biglybt.plugin.upnp -
-
Uses of UPnPListener in com.biglybt.net.natpmp.upnp
Methods in com.biglybt.net.natpmp.upnp with parameters of type UPnPListener Modifier and Type Method Description void
NatPMPUPnP. addListener(UPnPListener listener)
void
NatPMPUPnP. removeListener(UPnPListener listener)
-
Uses of UPnPListener in com.biglybt.net.natpmp.upnp.impl
Methods in com.biglybt.net.natpmp.upnp.impl with parameters of type UPnPListener Modifier and Type Method Description void
NatPMPUPnPImpl. addListener(UPnPListener listener)
void
NatPMPUPnPImpl. removeListener(UPnPListener listener)
-
Uses of UPnPListener in com.biglybt.net.upnp
Methods in com.biglybt.net.upnp with parameters of type UPnPListener Modifier and Type Method Description void
UPnP. addRootDeviceListener(UPnPListener l)
void
UPnP. removeRootDeviceListener(UPnPListener l)
-
Uses of UPnPListener in com.biglybt.net.upnp.impl
Fields in com.biglybt.net.upnp.impl with type parameters of type UPnPListener Modifier and Type Field Description private java.util.List<UPnPListener>
UPnPImpl. rd_listeners
Methods in com.biglybt.net.upnp.impl with parameters of type UPnPListener Modifier and Type Method Description void
UPnPImpl. addRootDeviceListener(UPnPListener l)
void
UPnPImpl. removeRootDeviceListener(UPnPListener l)
-
Uses of UPnPListener in com.biglybt.plugin.upnp
Classes in com.biglybt.plugin.upnp that implement UPnPListener Modifier and Type Class Description class
UPnPPlugin
-