|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DiscoveryEventHandler
Interface for object that want to receive events from the DiscoveryAdvertisement thread
| Method Summary | |
|---|---|
void |
eventSSDPAlive(String usn,
String udn,
String nt,
String maxAge,
URL location)
Called when a device joins the network or advertise it is still alive |
void |
eventSSDPByeBye(String usn,
String udn,
String nt)
Called when a device is leaving the network |
| Method Detail |
|---|
void eventSSDPAlive(String usn,
String udn,
String nt,
String maxAge,
URL location)
usn - the device USN (udn::nt)udn - the device UDNnt - the device NTmaxAge - the device maxAgelocation - the device location
void eventSSDPByeBye(String usn,
String udn,
String nt)
usn - the device USN (udn::nt)udn - the device UDNnt - the device NT
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||