- 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.
-
Method Summary
void
Called to invoke a listener with a notification.
-
Method Details
-
invokeListener
void invokeListener(@NonNull L listener,
@NonNull ImmutableList<N> notifications)
Called to invoke a listener with a notification.
- Parameters:
listener
- the listener to invoke
notifications
- notifications to send