public interface NotifyListener
This interface defines the contract for objects that wish to receive SSDP NOTIFY messages from UPnP devices. It provides a callback mechanism for handling incoming device advertisements and presence notifications.
Key features:
Implementations of this interface can register with UPnP control points to receive asynchronous notifications when devices advertise their presence or announce their departure from the network.
| Modifier and Type | Method and Description |
|---|---|
void |
deviceNotifyReceived(SSDPPacket ssdpPacket)
Called when an SSDP notification is received from a UPnP device.
|
void deviceNotifyReceived(SSDPPacket ssdpPacket)
ssdpPacket - the received SSDP packet containing notification data