Update to MD-SAL APIs
[controller.git] / opendaylight / md-sal / sal-binding-api / src / main / java / org / opendaylight / controller / sal / binding / api / BindingAwareProvider.java
index 3641d7697042a7f53d8f5f01058dcd8c724d4be4..120674fa0d578746992656b83aa52ca88792598f 100644 (file)
@@ -28,8 +28,6 @@ import org.opendaylight.yangtools.yang.binding.RpcService;
  */
 public interface BindingAwareProvider {
 
-    void onSessionInitialized(ConsumerContext session);
-
     /**
      * Returns a set of provided implementations of YANG modules and their rpcs.
      * 
@@ -66,4 +64,6 @@ public interface BindingAwareProvider {
 
     void onSessionInitiated(ProviderContext session);
 
+    void onSessionInitialized(ConsumerContext session);
+
 }