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