Uses of Interface
com.biglybt.net.upnpms.UPNPMSBrowserListener
-
Packages that use UPNPMSBrowserListener Package Description com.biglybt.net.upnpms com.biglybt.net.upnpms.impl -
-
Uses of UPNPMSBrowserListener in com.biglybt.net.upnpms
Methods in com.biglybt.net.upnpms with parameters of type UPNPMSBrowserListener Modifier and Type Method Description static UPNPMSBrowser
UPNPMSBrowserFactory. create(java.lang.String client_name, java.util.List<java.net.URL> endpoints, UPNPMSBrowserListener listener)
-
Uses of UPNPMSBrowserListener in com.biglybt.net.upnpms.impl
Fields in com.biglybt.net.upnpms.impl declared as UPNPMSBrowserListener Modifier and Type Field Description private UPNPMSBrowserListener
UPNPMSBrowserImpl. listener
Constructors in com.biglybt.net.upnpms.impl with parameters of type UPNPMSBrowserListener Constructor Description UPNPMSBrowserImpl(java.lang.String _client_name, java.util.List<java.net.URL> _urls, UPNPMSBrowserListener _listener)
-