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 Details

    • deviceAdded

      void deviceAdded(SddpDevice device)
    • deviceRemoved

      void deviceRemoved(SddpDevice device)