Interface ConcurrentListenerManager.Event<L>

  • Enclosing class:
    ConcurrentListenerManager<L>
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface ConcurrentListenerManager.Event<L>
    The event callback.
    • Method Detail

      • createCall

        Runnable createCall​(L listener)
        Creates the Runnable that will call the event callback on the given listener.