Interface V3poListener

  • All Superinterfaces:
    java.util.EventListener, org.opendaylight.yangtools.yang.binding.NotificationListener

    @Generated("mdsal-binding-generator")
    public interface V3poListener
    extends org.opendaylight.yangtools.yang.binding.NotificationListener
    Interface for implementing the following YANG notifications defined in module v3po
     notification interface-state-change {
       leaf name {
         type interface-name-or-index;
       }
       leaf admin-status {
         type interface-status;
       }
       leaf oper-status {
         type interface-status;
       }
     }
     notification interface-deleted {
       leaf name {
         type interface-name-or-index;
       }
     }