Interface ToasterListener
-
- All Superinterfaces:
EventListener,org.opendaylight.yangtools.yang.binding.NotificationListener
@Generated("mdsal-binding-generator") public interface ToasterListener extends org.opendaylight.yangtools.yang.binding.NotificationListener
Interface for implementing the following YANG notifications defined in module toasternotification toasterOutOfBread { } notification toasterRestocked { leaf amountOfBread { type uint32; } }
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonToasterOutOfBread(ToasterOutOfBread notification)Indicates that the toaster has run of out bread.voidonToasterRestocked(ToasterRestocked notification)Indicates that the toaster has run of out bread.
-
-
-
Method Detail
-
onToasterOutOfBread
void onToasterOutOfBread(ToasterOutOfBread notification)
Indicates that the toaster has run of out bread.
-
onToasterRestocked
void onToasterRestocked(ToasterRestocked notification)
Indicates that the toaster has run of out bread.
-
-