public static interface NotificationProviderService.NotificationInterestListener extends EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
onNotificationSubscribtion(Class<? extends org.opendaylight.yangtools.yang.binding.Notification> notificationType)
Callback that is invoked when a notification listener subscribes for a particular notification type.
|
void onNotificationSubscribtion(Class<? extends org.opendaylight.yangtools.yang.binding.Notification> notificationType)
This method is only called for the first subscription that occurs for a particular notification type. Subsequent subscriptions for the same notification type do not trigger invocation of this method.
Note:This callback is delivered from thread not owned by this listener, all processing should be as fast as possible and implementations should not do any blocking calls or block this thread.
notificationType - the notification type for the subscription that occurred.Copyright © 2020 OpenDaylight. All rights reserved.