public interface DiscoveryListener
| Modifier and Type | Method and Description |
|---|---|
void |
onFailed(Exception ex)
Called when an exception occured within the process.
|
void |
onServiceAnnouncement(SsdpServiceAnnouncement announcement)
Called when a known service announces itself in some way.
|
void |
onServiceDiscovered(SsdpService service)
Called when new service has been found on the network.
|
void onServiceDiscovered(SsdpService service)
service - the service that has been foundvoid onServiceAnnouncement(SsdpServiceAnnouncement announcement)
announcement - the announcement of the specific servicevoid onFailed(Exception ex)
ex - the exception raisedCopyright © 2019. All rights reserved.