]> gerrit.simantics Code Review - simantics/platform.git/blob - 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
1 package org.simantics.scl.compiler.commands;\r
2 \r
3 public interface SCLConsoleListener {\r
4     void startedExecution();\r
5     void finishedExecution();\r
6     void consoleIsNotEmptyAnymore();\r
7 }\r