@Beta public class BindingDOMNotificationListenerAdapter extends Object implements DOMNotificationListener
Constructor and Description |
---|
BindingDOMNotificationListenerAdapter(BindingNormalizedNodeSerializer codec,
NotificationListener delegate) |
Modifier and Type | Method and Description |
---|---|
Set<org.opendaylight.yangtools.yang.model.api.SchemaPath> |
getSupportedNotifications()
Get supported notifications.
|
void |
onNotification(DOMNotification notification)
Invoked whenever a
DOMNotification matching the subscription
criteria is received. |
public BindingDOMNotificationListenerAdapter(BindingNormalizedNodeSerializer codec, NotificationListener delegate)
public void onNotification(@Nonnull DOMNotification notification)
DOMNotificationListener
DOMNotification
matching the subscription
criteria is received.onNotification
in interface DOMNotificationListener
notification
- Received notificationpublic Set<org.opendaylight.yangtools.yang.model.api.SchemaPath> getSupportedNotifications()
Copyright © 2018 OpenDaylight. All rights reserved.