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