Interface SystemNotificationsListener

  • All Superinterfaces:
    EventListener, org.opendaylight.yangtools.yang.binding.NotificationListener
    All Known Implementing Classes:
    SystemNotificationsListenerImpl

    @Generated("mdsal-binding-generator")
    public interface SystemNotificationsListener
    extends org.opendaylight.yangtools.yang.binding.NotificationListener
    Interface for implementing the following YANG notifications defined in module system-notifications
     notification disconnect-event {
       leaf info {
         type string;
       }
     }
     notification switch-idle-event {
       leaf info {
         type string;
       }
     }
     notification ssl-connection-error {
       leaf info {
         type string;
       }
       container switch-certificate {
         uses switch-certificate;
       }
     }
     
    • Method Detail

      • onDisconnectEvent

        void onDisconnectEvent​(DisconnectEvent notification)
             
                 Disconnect notification
             
         
      • onSwitchIdleEvent

        void onSwitchIdleEvent​(SwitchIdleEvent notification)
             
                 Switch-idle notification
             
         
      • onSslConnectionError

        void onSslConnectionError​(SslConnectionError notification)
             
                 Switch ssl connection error notification.