| Interface | Description |
|---|---|
| HweventsourceListener |
Interface for receiving the following YANG notifications defined in module <b>hweventsource</b>
<br>(Source path: <i>META-INF/yang/hweventsource.yang</i>):
<pre>
notification sample-event-source-notification {
description
"Simple notification used in event source example.";
leaf source-id {
type source-identifier;
}
leaf message {
type string;
}
status CURRENT;
}
</pre>
|
| SampleEventSourceNotification |
Simple notification used in event source example.
|
| Class | Description |
|---|---|
| $YangModelBindingProvider | |
| $YangModuleInfoImpl | |
| SampleEventSourceNotificationBuilder |
Class that builds
SampleEventSourceNotification instances. |
| SourceIdentifier |
Copyright © 2015. All rights reserved.