X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openflowplugin%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fopenflowplugin%2Fopenflow%2Fmd%2Fcore%2Fplan%2FSwitchTestCallbackEvent.java;fp=openflowplugin%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fopenflowplugin%2Fopenflow%2Fmd%2Fcore%2Fplan%2FSwitchTestCallbackEvent.java;h=0000000000000000000000000000000000000000;hb=6e5df2b3308ffdc906dc1ef84a4ddde37f8080f6;hp=2de32f2d81c856d1a09d4f58822ad9087c636b13;hpb=436d3b53fa2293b6d11348732db9bcc371e80642;p=openflowplugin.git diff --git a/openflowplugin/src/test/java/org/opendaylight/openflowplugin/openflow/md/core/plan/SwitchTestCallbackEvent.java b/openflowplugin/src/test/java/org/opendaylight/openflowplugin/openflow/md/core/plan/SwitchTestCallbackEvent.java deleted file mode 100644 index 2de32f2d81..0000000000 --- a/openflowplugin/src/test/java/org/opendaylight/openflowplugin/openflow/md/core/plan/SwitchTestCallbackEvent.java +++ /dev/null @@ -1,23 +0,0 @@ -/** - * Copyright (c) 2013 Cisco Systems, Inc. and others. All rights reserved. - * - * This program and the accompanying materials are made available under the - * 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.openflowplugin.openflow.md.core.plan; - -import java.util.concurrent.Callable; - -/** - * @author mirehak - */ -public interface SwitchTestCallbackEvent extends SwitchTestEvent { - - /** - * @return callback to be executed - */ - public Callable getCallback(); - -}