Module com.aoapps.concurrent
Package com.aoapps.concurrent
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RunnablecreateCall(L listener)Creates the Runnable that will call the event callback on the given listener.
-