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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonToasterOutOfBread(ToasterOutOfBread notification)voidonToasterRestocked(ToasterRestocked notification)
-
-
-
Method Detail
-
onToasterOutOfBread
void onToasterOutOfBread(ToasterOutOfBread notification)
-
onToasterRestocked
void onToasterRestocked(ToasterRestocked notification)
-
-