@FunctionalInterface public static interface QueuedNotificationManager.BatchedInvoker<L,N>
Modifier and Type | Method and Description |
---|---|
void |
invokeListener(L listener,
@NonNull Collection<? extends N> notifications)
Called to invoke a listener with a notification.
|
void invokeListener(L listener, @NonNull Collection<? extends N> notifications)
listener
- the listener to invokenotifications
- notifications to sendCopyright © 2019 OpenDaylight. All rights reserved.