Interface AlivenessMonitorListener

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

    @Generated("mdsal-binding-generator")
    public interface AlivenessMonitorListener
    extends org.opendaylight.yangtools.yang.binding.NotificationListener
    Interface for implementing the following YANG notifications defined in module aliveness-monitor
     notification monitor-event {
       container event-data {
         uses liveness-event-state;
       }
     }
     
    • Method Detail

      • onMonitorEvent

        void onMonitorEvent​(MonitorEvent notification)