Interface Registrar<T>

Type Parameters:
T - the type of object to be registered
All Known Subinterfaces:
Group<M>, Registry<M,K,V>, ServiceProviderRegistrar<T,M>

public interface Registrar<T>
Defines the contract for registration-capable objects, e.g. for listener registration.
Author:
Paul Ferraro