public interface SystemNotificationsListener extends NotificationListener
notification disconnect-event {
description
"Disconnect notification";
leaf info {
type string;
}
}
notification radioHead-idle-event {
description
"Radiohead-idle notification";
leaf info {
type string;
}
}
| Modifier and Type | Method and Description |
|---|---|
void |
onDisconnectEvent(DisconnectEvent notification)
Disconnect notification
|
void |
onRadioHeadIdleEvent(RadioHeadIdleEvent notification)
Radiohead-idle notification
|
void onDisconnectEvent(DisconnectEvent notification)
void onRadioHeadIdleEvent(RadioHeadIdleEvent notification)
Copyright © 2016 OpenDaylight. All rights reserved.