]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.testing/src/org/simantics/db/testing/common/CommandInvoker.java
Added missing org.simantics.db.{tests,testing} plug-ins.
[simantics/platform.git] / bundles / org.simantics.db.testing / src / org / simantics / db / testing / common / CommandInvoker.java
diff --git a/bundles/org.simantics.db.testing/src/org/simantics/db/testing/common/CommandInvoker.java b/bundles/org.simantics.db.testing/src/org/simantics/db/testing/common/CommandInvoker.java
new file mode 100644 (file)
index 0000000..3e71a5c
--- /dev/null
@@ -0,0 +1,7 @@
+package org.simantics.db.testing.common;
+
+public interface CommandInvoker<T> {
+
+       void invoke(CommandSequenceEnvironment environment, T parameter) throws Exception;
+       
+}