public class YangNotificationEvent extends org.onosproject.event.AbstractEvent<YangNotificationEvent.Type,YangNotification>
| Modifier and Type | Class and Description |
|---|---|
static class |
YangNotificationEvent.Type
Event type is the notification as defined in the YANG file.
|
| Constructor and Description |
|---|
YangNotificationEvent(YangNotification subject)
YANG notification information shared to NBI protocol in YANG data tree
using the registered callback.
|
public YangNotificationEvent(YangNotification subject)
subject - notification information in YANG data tree.