Improve cleanup after device disconnected event
[openflowplugin.git] / openflowplugin-api / src / main / java / org / opendaylight / openflowplugin / api / openflow / device / handlers / DeviceDisconnectedHandler.java
index 3cdf031f4ab55b0ad923ac862dadfe4afe7c4202..a5d520a270061ed08a511df1711b2c75f0650f49 100644 (file)
@@ -11,10 +11,11 @@ package org.opendaylight.openflowplugin.api.openflow.device.handlers;
 import org.opendaylight.openflowplugin.api.openflow.connection.ConnectionContext;
 
 /**
- * Created by Martin Bobak <mbobak@cisco.com> on 22.4.2015.
+ * Represents handler for just disconnected device that will propagate device's
+ * connection context. It is important for correct order in device disconnection chain.
  */
-
 public interface DeviceDisconnectedHandler {
+
     /**
      * Method is used to propagate information about closed connection with device.
      * It propagates connected device's connection context.