Interface InterVpnLinkListener

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

    public interface InterVpnLinkListener
    extends org.opendaylight.yangtools.yang.binding.NotificationListener
    Interface for implementing the following YANG notifications defined in module inter-vpn-link
     notification inter-vpn-link-creation-error {
       container inter-vpn-link-creation-error-message {
         leaf error-message {
           type string;
         }
       }
     }