X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fforwardingrulesmanager%2Fapi%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fforwardingrulesmanager%2FIForwardingRulesManagerAware.java;fp=opendaylight%2Fforwardingrulesmanager%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fforwardingrulesmanager%2FIForwardingRulesManagerAware.java;h=e2ccdd60c31c40b948ab2689195a0a890f02cd6a;hp=df370632188d11a9e6da63608b8e6b6b3320d319;hb=30c334b11097201c8f8a68263bc01efb869c778b;hpb=f9de1cd89c17888a2bd02486d5f7519f0b391bba diff --git a/opendaylight/forwardingrulesmanager/src/main/java/org/opendaylight/controller/forwardingrulesmanager/IForwardingRulesManagerAware.java b/opendaylight/forwardingrulesmanager/api/src/main/java/org/opendaylight/controller/forwardingrulesmanager/IForwardingRulesManagerAware.java similarity index 57% rename from opendaylight/forwardingrulesmanager/src/main/java/org/opendaylight/controller/forwardingrulesmanager/IForwardingRulesManagerAware.java rename to opendaylight/forwardingrulesmanager/api/src/main/java/org/opendaylight/controller/forwardingrulesmanager/IForwardingRulesManagerAware.java index df37063218..e2ccdd60c3 100644 --- a/opendaylight/forwardingrulesmanager/src/main/java/org/opendaylight/controller/forwardingrulesmanager/IForwardingRulesManagerAware.java +++ b/opendaylight/forwardingrulesmanager/api/src/main/java/org/opendaylight/controller/forwardingrulesmanager/IForwardingRulesManagerAware.java @@ -1,4 +1,3 @@ - /* * Copyright (c) 2013 Cisco Systems, Inc. and others. All rights reserved. * @@ -9,20 +8,22 @@ package org.opendaylight.controller.forwardingrulesmanager; - /** - * The interface which describes the methods forwarding rules manager - * will call for notifying the listeners of policy installation updates. - * + * The interface which describes the methods forwarding rules manager will call + * for notifying the listeners of policy installation updates. + * */ public interface IForwardingRulesManagerAware { - /** - * Inform the listeners that a troubleshooting information was - * added or removed for the specified policy. - * - * @param policyName the policy affected - * @param add true if the troubleshooting information was added, false otherwise - */ + /** + * Inform the listeners that a troubleshooting information was added or + * removed for the specified policy. + * + * @param policyName + * the policy affected + * @param add + * true if the troubleshooting information was added, false + * otherwise + */ public void policyUpdate(String policyName, boolean add); }