Uses of Interface
com.biglybt.net.upnp.UPnPLogListener
-
Packages that use UPnPLogListener Package Description com.biglybt.net.upnp com.biglybt.net.upnp.impl com.biglybt.plugin.upnp -
-
Uses of UPnPLogListener in com.biglybt.net.upnp
Methods in com.biglybt.net.upnp with parameters of type UPnPLogListener Modifier and Type Method Description void
UPnP. addLogListener(UPnPLogListener l)
void
UPnP. removeLogListener(UPnPLogListener l)
-
Uses of UPnPLogListener in com.biglybt.net.upnp.impl
Methods in com.biglybt.net.upnp.impl with parameters of type UPnPLogListener Modifier and Type Method Description void
UPnPImpl. addLogListener(UPnPLogListener l)
void
UPnPImpl. removeLogListener(UPnPLogListener l)
-
Uses of UPnPLogListener in com.biglybt.plugin.upnp
Fields in com.biglybt.plugin.upnp declared as UPnPLogListener Modifier and Type Field Description private UPnPLogListener
UPnPPlugin. upnp_log_listener
-