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

    Modifier and Type
    Method
    Description
    void
    invokeListener(@NonNull L listener, @NonNull ImmutableList<N> notifications)
    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