]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/commands/SCLConsoleListener.java
Expose CommandSession in SCL
[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     default void startedExecution() {}
5     default void finishedExecution() {}
6     default void consoleIsNotEmptyAnymore() {}
7 }