Make sure invokeOperation is set once
[controller.git] / opendaylight / adsal / sal / api / src / main / java / org / opendaylight / controller / sal / utils / IListener.java
index 406614d164b60a96a1a4dc8a0264858ffc4fde13..ae72643ff6628f2f852b3aaa7bd37943f58cd0e2 100644 (file)
@@ -37,7 +37,7 @@ package org.opendaylight.controller.sal.utils;
  * This interface defines the methods for callback ordering
  *
  */
-
+@Deprecated
 public interface IListener<T> {
     public enum Command {
         CONTINUE, STOP