Interface SddpDeviceParticipant
- All Known Implementing Classes:
SddpAddonFinder
@NonNullByDefault
public interface SddpDeviceParticipant
A
SddpDeviceParticipant
that is registered as a service is picked up by the SddpDiscoveryService
and
can thus be informed when the SDDP service discovers or removes an SddpDevice
.- Author:
- Andrew Fiddian-Green - Initial contribution
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deviceAdded
(SddpDevice device) void
deviceRemoved
(SddpDevice device)
-
Method Details
-
deviceAdded
-
deviceRemoved
-