public abstract class AbstractConsolePane<C> extends Object implements ConsolePane<C>
ConsolePane
implementations.NO_CONSOLE_PROPERTY
Constructor and Description |
---|
AbstractConsolePane(Context context) |
Modifier and Type | Method and Description |
---|---|
void |
outputOccurred(OutputEvent event)
Method called when output occurs on
stdout or stderr . |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
append, show
getComponent, getComponentType
public AbstractConsolePane(Context context)
public void outputOccurred(OutputEvent event)
OutputListener
stdout
or stderr
.outputOccurred
in interface OutputListener
Copyright © 2015–2022 SciJava. All rights reserved.