Package com.biglybt.net.upnp
Interface UPnPListener
-
- All Known Implementing Classes:
UPnPPlugin
public interface UPnPListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
deviceDiscovered(java.lang.String USN, java.net.URL location)
void
rootDeviceFound(UPnPRootDevice device)
-
-
-
Method Detail
-
deviceDiscovered
boolean deviceDiscovered(java.lang.String USN, java.net.URL location)
-
rootDeviceFound
void rootDeviceFound(UPnPRootDevice device)
-
-