Interface RegistryListener<K,V>

Type Parameters:
K - the registration key
V - the registration value

public interface RegistryListener<K,V>
Listener for added, updated and removed entries.
Author:
Paul Ferraro