]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/commands/SCLConsoleListener.java
(refs #7250) Merging master, minor CHR bugfixes
[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 }