]> gerrit.simantics Code Review - simantics/platform.git/blob - org/simantics/scl/compiler/commands/SCLConsoleListener.java
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / 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 }