Update to MD-SAL APIs
[controller.git] / opendaylight / md-sal / sal-dom-api / src / main / java / org / opendaylight / controller / sal / core / api / notify / NotificationListener.java
index 5b0c992a006aedfd0fd99cfe87f30bf48323e56b..f87fee5bce27732ee71b482d4fc9251ed2e68536 100644 (file)
@@ -7,6 +7,7 @@
  */
 package org.opendaylight.controller.sal.core.api.notify;
 
+import java.util.EventListener;
 import java.util.Set;
 
 import org.opendaylight.controller.sal.core.api.Consumer;
@@ -17,7 +18,7 @@ import org.opendaylight.yangtools.yang.data.api.CompositeNode;
 /**
  * Notification listener for SAL notifications.
  */
-public interface NotificationListener extends Consumer.ConsumerFunctionality {
+public interface NotificationListener extends Consumer.ConsumerFunctionality, EventListener {
     /**
      * A set of notification types supported by listeners.
      *