public interface ToasterListener
extends org.opendaylight.yangtools.yang.binding.NotificationListener
notification toasterRestocked {
leaf amountOfBread {
type uint32;
}
}
notification toasterOutOfBread {
}
| Modifier and Type | Method and Description |
|---|---|
void |
onToasterOutOfBread(ToasterOutOfBread notification)
Indicates that the toaster has run of out bread.
|
void |
onToasterRestocked(ToasterRestocked notification)
Indicates that the toaster has run of out bread.
|
void onToasterRestocked(ToasterRestocked notification)
void onToasterOutOfBread(ToasterOutOfBread notification)
Copyright © 2019 OpenDaylight. All rights reserved.