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 toaster
     notification toasterOutOfBread {
     }
     notification toasterRestocked {
       leaf amountOfBread {
         type uint32;
       }
     }
     
    • 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.