public interface EventAggregatorListener
extends org.opendaylight.yangtools.yang.binding.NotificationListener
notification topic-notification {
description
"Notification of an event occuring on a particular node. This notification
acts as an encapsulation for the event being delivered.";
leaf topic-id {
type topic-id;
}
leaf node-id {
type string;
}
anyxml payload;
}
| Modifier and Type | Method and Description |
|---|---|
void |
onTopicNotification(TopicNotification notification)
Notification of an event occuring on a particular node.
|
void onTopicNotification(TopicNotification notification)
Copyright © 2016 OpenDaylight. All rights reserved.