1 package org.opendaylight.yang.gen.v1.urn.honeycomb.params.xml.ns.yang.v3po2vpp.rev160406;
3 import io.fd.honeycomb.v3po.translate.v3po.notification.InterfaceChangeNotificationProducer;
5 public class VppInterfaceNotificationProducerModule extends org.opendaylight.yang.gen.v1.urn.honeycomb.params.xml.ns.yang.v3po2vpp.rev160406.AbstractVppInterfaceNotificationProducerModule {
7 public VppInterfaceNotificationProducerModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier, org.opendaylight.controller.config.api.DependencyResolver dependencyResolver) {
8 super(identifier, dependencyResolver);
11 public VppInterfaceNotificationProducerModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier, org.opendaylight.controller.config.api.DependencyResolver dependencyResolver, org.opendaylight.yang.gen.v1.urn.honeycomb.params.xml.ns.yang.v3po2vpp.rev160406.VppInterfaceNotificationProducerModule oldModule, java.lang.AutoCloseable oldInstance) {
12 super(identifier, dependencyResolver, oldModule, oldInstance);
16 public void customValidation() {
17 // add custom validation form module attributes here.
21 public java.lang.AutoCloseable createInstance() {
22 return new InterfaceChangeNotificationProducer(
23 getVppJvppDependency(),
24 getInterfaceContextDependency(),
25 getRealtimeMappingContextDependency());