Interface NetconfNotificationListener
-
- All Known Subinterfaces:
NotificationPublisherRegistration
public interface NetconfNotificationListenerGeneric listener for netconf notifications.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonNotification(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netconf.notification._1._0.rev080714.StreamNameType stream, NetconfNotification notification)Callback used to notify the listener about any new notification.
-
-
-
Method Detail
-
onNotification
void onNotification(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netconf.notification._1._0.rev080714.StreamNameType stream, NetconfNotification notification)Callback used to notify the listener about any new notification.
-
-