]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/commands/SCLConsoleListener.java
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / commands / SCLConsoleListener.java
diff --git a/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/commands/SCLConsoleListener.java b/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/commands/SCLConsoleListener.java
new file mode 100644 (file)
index 0000000..028c8fc
--- /dev/null
@@ -0,0 +1,7 @@
+package org.simantics.scl.compiler.commands;\r
+\r
+public interface SCLConsoleListener {\r
+    void startedExecution();\r
+    void finishedExecution();\r
+    void consoleIsNotEmptyAnymore();\r
+}\r