X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fsal%2Fapi%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fsal%2Ftopology%2FIListenTopoUpdates.java;h=11cdc990131a1ab6bbadc9cb142fcc7fb4476205;hb=c5895d983ecd91cb4f26ca7e0e5ca8c1cc582850;hp=b4c44c00d94ba82fdb8b8ac1190321a575e697b7;hpb=6ce68c7d4d71586d027668df5d9427d663d6b210;p=controller.git diff --git a/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/topology/IListenTopoUpdates.java b/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/topology/IListenTopoUpdates.java index b4c44c00d9..11cdc99013 100644 --- a/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/topology/IListenTopoUpdates.java +++ b/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/topology/IListenTopoUpdates.java @@ -25,12 +25,12 @@ import org.opendaylight.controller.sal.core.Edge; /** * Topology notifications provided by SAL toward the application - * + * */ public interface IListenTopoUpdates { /** * Called to update on Edge in the topology graph - * + * * @param topoedgeupdateList * List of topoedgeupdates Each topoedgeupdate includes edge, its * Properties ( BandWidth and/or Latency etc) and update type. @@ -40,7 +40,7 @@ public interface IListenTopoUpdates { /** * Called when an Edge utilization is above the safety threshold configured * on the controller - * + * * @param edge * The edge which bandwidth usage is above the safety level */ @@ -49,7 +49,7 @@ public interface IListenTopoUpdates { /** * Called when the Edge utilization is back to normal, below the safety * threshold level configured on the controller - * + * * @param edge */ public void edgeUtilBackToNormal(Edge edge);