Interface ServiceProviderListener<M extends GroupMember>
- Type Parameters:
M- the member type
public interface ServiceProviderListener<M extends GroupMember>
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) Indicates that the set of group members providing a given service has changed.
-
Method Details
-
providersChanged
-