Interface DiscoveryListener
-
- All Known Implementing Classes:
DiscoveryNetworkConnector,DiscoveryTransport
public interface DiscoveryListenerA listener of services being added or removed from a network
-
-
Field Summary
Fields Modifier and Type Field Description static StringDISCOVERED_OPTION_PREFIX
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonServiceAdd(DiscoveryEvent event)voidonServiceRemove(DiscoveryEvent event)
-
-
-
Field Detail
-
DISCOVERED_OPTION_PREFIX
static final String DISCOVERED_OPTION_PREFIX
- See Also:
- Constant Field Values
-
-
Method Detail
-
onServiceAdd
void onServiceAdd(DiscoveryEvent event)
-
onServiceRemove
void onServiceRemove(DiscoveryEvent event)
-
-