public interface ProgrammingListener
extends org.opendaylight.yangtools.yang.binding.NotificationListener
notification instruction-status-changed {
leaf id {
type instruction-id;
}
leaf status {
type instruction-status;
}
container details {
leaf-list unmet-dependencies {
type instruction-id;
}
}
}
| Modifier and Type | Method and Description |
|---|---|
void |
onInstructionStatusChanged(InstructionStatusChanged notification) |
void onInstructionStatusChanged(InstructionStatusChanged notification)
Copyright © 2017 OpenDaylight. All rights reserved.