a27aa1e5eeb899429f54a96096436f01864ebc32
[honeycomb.git] / vbd / impl / src / main / java / org / opendaylight / yang / gen / v1 / urn / opendaylight / params / xml / ns / yang / vbd / impl / rev160202 / VbdProvider.java
1 /**
2  * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
3  * <p>
4  * This program and the accompanying materials are made available under the
5  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
6  * and is available at http://www.eclipse.org/legal/epl-v10.html
7  */
8 package org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.vbd.impl.rev160202;
9
10 import org.opendaylight.controller.sal.binding.api.BindingAwareBroker;
11 import org.opendaylight.controller.sal.binding.api.BindingAwareProvider;
12
13 /**
14  * Created by joe on 2.2.2016.
15  */
16 public class VbdProvider implements BindingAwareProvider {
17
18     @Override
19     public void onSessionInitiated(BindingAwareBroker.ProviderContext session) {
20         // Intentional NOOP
21     }
22 }