Remove references to java.util.EventListener
[mdsal.git] / dom / mdsal-dom-api / src / main / java / org / opendaylight / mdsal / dom / api / DOMMountPointListener.java
index 5c48540628d042a3c855a1ce85bd632d719dd435..d7e05f4ef450d7478779cf3417551f571a4e1fc0 100644 (file)
@@ -5,13 +5,11 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-
 package org.opendaylight.mdsal.dom.api;
 
-import java.util.EventListener;
 import org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier;
 
-public interface DOMMountPointListener extends EventListener {
+public interface DOMMountPointListener {
 
     void onMountPointCreated(YangInstanceIdentifier path);