Interface NetconfNotificationListener

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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.
    • 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.