Interface ListenerRegistry<T>

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

public interface ListenerRegistry<T> extends Registrar<T>, Consumer<Consumer<T>>, AutoCloseable
Registrar for a listener.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from interface Consumer

    accept, andThen

    Methods inherited from interface Registrar

    register