BUG-2310 - widen yang model for netconf-node.
[controller.git] / opendaylight / md-sal / sal-netconf-connector / src / main / java / org / opendaylight / controller / sal / connect / api / RemoteDevice.java
index e0d24331a73d654d423dcd988210faa5f6884feb..9423dbf1d289434d9a0c1c527a622e16563d9ae3 100644 (file)
@@ -16,5 +16,7 @@ public interface RemoteDevice<PREF, M> {
 
     void onRemoteSessionDown();
 
+    void onRemoteSessionFailed(Throwable throwable);
+
     void onNotification(M notification);
 }