X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.scl.compiler%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Fcommands%2FSCLConsoleListener.java;fp=bundles%2Forg.simantics.scl.compiler%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Fcommands%2FSCLConsoleListener.java;h=e5cc305840892ffb1b2b85250fa463c5f27d2694;hp=028c8fcdf0dccb08a57f7a7f04c6f3027d8140f6;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hpb=24e2b34260f219f0d1644ca7a138894980e25b14 diff --git a/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/commands/SCLConsoleListener.java b/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/commands/SCLConsoleListener.java index 028c8fcdf..e5cc30584 100644 --- a/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/commands/SCLConsoleListener.java +++ b/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/commands/SCLConsoleListener.java @@ -1,7 +1,7 @@ -package org.simantics.scl.compiler.commands; - -public interface SCLConsoleListener { - void startedExecution(); - void finishedExecution(); - void consoleIsNotEmptyAnymore(); -} +package org.simantics.scl.compiler.commands; + +public interface SCLConsoleListener { + void startedExecution(); + void finishedExecution(); + void consoleIsNotEmptyAnymore(); +}