org.scijava.ui.console
Class AbstractConsolePane<C>
java.lang.Object
org.scijava.ui.console.AbstractConsolePane<C>
- All Implemented Interfaces:
- OutputListener, ConsolePane<C>, UIComponent<C>
public abstract class AbstractConsolePane<C>
- extends Object
- implements ConsolePane<C>
Abstract base class of ConsolePane
implementations.
- Author:
- Curtis Rueden
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractConsolePane
public AbstractConsolePane(Context context)
outputOccurred
public void outputOccurred(OutputEvent event)
- Description copied from interface:
OutputListener
- Method called when output occurs on
stdout
or stderr
.
- Specified by:
outputOccurred
in interface OutputListener
Copyright © 2009–2015 SciJava. All rights reserved.