Interface EventSourceListener

  • All Superinterfaces:
    EventListener, NotificationListener

    public interface EventSourceListener
    extends NotificationListener
    Interface for implementing the following YANG notifications defined in module event-source
     notification event-source-status-notification {
       leaf status {
         type event-source-status;
       }
     }
     
    • Method Detail

      • onEventSourceStatusNotification

        void onEventSourceStatusNotification​(EventSourceStatusNotification notification)
             
                 Notification of change event source status.