Interface QueuedNotificationManager.BatchedInvoker<L,N>
-
- Enclosing class:
- QueuedNotificationManager<L,N>
- 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 QueuedNotificationManager.BatchedInvoker<L,N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
invokeListener(@NonNull L listener, @NonNull ImmutableList<N> notifications)
Called to invoke a listener with a notification.
-
-
-
Method Detail
-
invokeListener
void invokeListener(@NonNull L listener, @NonNull ImmutableList<N> notifications)
Called to invoke a listener with a notification.- Parameters:
listener
- the listener to invokenotifications
- notifications to send
-
-