]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/commands/SCLConsoleListener.java
e5cc305840892ffb1b2b85250fa463c5f27d2694
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / commands / SCLConsoleListener.java
1 package org.simantics.scl.compiler.commands;
2
3 public interface SCLConsoleListener {
4     void startedExecution();
5     void finishedExecution();
6     void consoleIsNotEmptyAnymore();
7 }