Interface ServiceProviderListener<M extends GroupMember>
- Type Parameters:
M- the member type
Deprecated, for removal: This API element is subject to removal in a future version.
A listener that is notified when the set of providers for a given service changes.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionvoidprovidersChanged(Set<M> providers) Deprecated, for removal: This API element is subject to removal in a future version.Indicates that the set of group members providing a given service has changed.
-
Method Details
-
providersChanged
-
ServiceProviderRegistrationListener.