T - the interested notification type@Deprecated public interface NotificationListener<T extends org.opendaylight.yangtools.yang.binding.Notification> extends EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
onNotification(T notification)
Deprecated.
Invoked to deliver a notification.
|
void onNotification(T notification)
Note that this method may be invoked from a shared thread pool, so implementations SHOULD NOT perform CPU-intensive operations and MUST NOT invoke any potentially blocking operations.
notification - the notification.Copyright © 2020 OpenDaylight. All rights reserved.