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 Summary

    Modifier and Type
    Method
    Description
    createCall(L listener)
    Creates the Runnable that will call the event callback on the given listener.
  • Method Details

    • createCall

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