package org.simantics.scl.compiler.commands; public interface SCLConsoleListener { default void startedExecution() {} default void finishedExecution() {} default void consoleIsNotEmptyAnymore() {} }