Interface ListenerRegistrar<T>

Type Parameters:
T - the listener type
All Superinterfaces:
AutoCloseable, Consumer<Consumer<T>>, Registrar<T>
All Known Implementing Classes:
LocalListenerRegistrar

public interface ListenerRegistrar<T> extends Registrar<T>, Consumer<Consumer<T>>, AutoCloseable
Author:
Paul Ferraro