X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openflowplugin-api%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fopenflowplugin%2Fapi%2Fopenflow%2Fdevice%2Fhandlers%2FDeviceConnectedHandler.java;h=65ff8a659942d7e8878b50cae476c01849180455;hb=4ac927548dfd7f66ded8a636b518fbac3f17ec8c;hp=1587f7762789b64b626f56717994505c70ebda8b;hpb=f617cff46bc5bd15596648d4e853caded276ed45;p=openflowplugin.git diff --git a/openflowplugin-api/src/main/java/org/opendaylight/openflowplugin/api/openflow/device/handlers/DeviceConnectedHandler.java b/openflowplugin-api/src/main/java/org/opendaylight/openflowplugin/api/openflow/device/handlers/DeviceConnectedHandler.java index 1587f77627..65ff8a6599 100644 --- a/openflowplugin-api/src/main/java/org/opendaylight/openflowplugin/api/openflow/device/handlers/DeviceConnectedHandler.java +++ b/openflowplugin-api/src/main/java/org/opendaylight/openflowplugin/api/openflow/device/handlers/DeviceConnectedHandler.java @@ -12,7 +12,8 @@ import org.opendaylight.openflowplugin.api.openflow.connection.ConnectionContext import org.opendaylight.openflowplugin.api.openflow.connection.ConnectionStatus; /** - * Created by Martin Bobak <mbobak@cisco.com> on 26.2.2015. + * Represents handler for new connected device that will propagate information about + * established connection with device. It is important for correct order in device connection chain. */ public interface DeviceConnectedHandler {