Interface OpendaylightTestNotificationListener
-
- All Superinterfaces:
EventListener,org.opendaylight.yangtools.yang.binding.NotificationListener
public interface OpendaylightTestNotificationListener extends org.opendaylight.yangtools.yang.binding.NotificationListenerInterface for implementing the following YANG notifications defined in module opendaylight-test-notificationnotification out-of-pixie-dust-notification { leaf reason { type string; } leaf days-till-new-dust { type uint16; } }
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonOutOfPixieDustNotification(OutOfPixieDustNotification notification)Just a testing notification that we can not fly for now.
-
-
-
Method Detail
-
onOutOfPixieDustNotification
void onOutOfPixieDustNotification(OutOfPixieDustNotification notification)
Just a testing notification that we can not fly for now.
-
-