Interface ServiceProviderRegistrationListener<M extends GroupMember>
- Type Parameters:
M- the member type
public interface ServiceProviderRegistrationListener<M extends GroupMember>
A listener to be notified when the providers of a given service change.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionvoidIndicates that the providers of a given service have changed.
-
Method Details
-
providersChanged
Indicates that the providers of a given service have changed.- Parameters:
event- a registration event
-