public interface EventSourceListener
extends org.opendaylight.yangtools.yang.binding.NotificationListener
notification event-source-status-notification {
description
"Notification of change event source status.";
leaf status {
type event-source-status;
}
}
| Modifier and Type | Method and Description |
|---|---|
void |
onEventSourceStatusNotification(EventSourceStatusNotification notification)
Notification of change event source status.
|
void onEventSourceStatusNotification(EventSourceStatusNotification notification)
Copyright © 2016 OpenDaylight. All rights reserved.