@@ -12,8 +12,7 @@ import net.bigeon.gclc.swt.api.ConsoleOutputDisplay;
|
|||||||
/** The local implementation of the forwarding runnable.
|
/** The local implementation of the forwarding runnable.
|
||||||
*
|
*
|
||||||
* @author Emmanuel Bigeon */
|
* @author Emmanuel Bigeon */
|
||||||
public final class ToSWTConsoleForwardRunnable
|
public final class ToSWTConsoleForwardRunnable extends AOutputForwardRunnable {
|
||||||
extends AOutputForwardRunnable {
|
|
||||||
/** The running status. */
|
/** The running status. */
|
||||||
private boolean running = true;
|
private boolean running = true;
|
||||||
/** The console output. */
|
/** The console output. */
|
||||||
@@ -65,4 +64,4 @@ public final class ToSWTConsoleForwardRunnable
|
|||||||
public PipedConsoleOutput getOuput() {
|
public PipedConsoleOutput getOuput() {
|
||||||
return out;
|
return out;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user