Interface OpendaylightTestNotificationListener

  • All Superinterfaces:
    EventListener, org.opendaylight.yangtools.yang.binding.NotificationListener

    public interface OpendaylightTestNotificationListener
    extends org.opendaylight.yangtools.yang.binding.NotificationListener
    Interface for implementing the following YANG notifications defined in module opendaylight-test-notification
     notification out-of-pixie-dust-notification {
       leaf reason {
         type string;
       }
       leaf days-till-new-dust {
         type uint16;
       }
     }
     
    • Method Detail

      • onOutOfPixieDustNotification

        void onOutOfPixieDustNotification​(OutOfPixieDustNotification notification)
        Just a testing notification that we can not fly for now.