Uses of Interface
org.scijava.console.OutputListener
-
Packages that use OutputListener Package Description org.scijava.console org.scijava.ui.console -
-
Uses of OutputListener in org.scijava.console
Methods in org.scijava.console with parameters of type OutputListener Modifier and Type Method Description voidConsoleService. addOutputListener(OutputListener l)Adds a listener for output sent tostdoutorstderr.voidDefaultConsoleService. addOutputListener(OutputListener l)voidConsoleService. removeOutputListener(OutputListener l)Removes a listener for output sent tostdoutorstderr.voidDefaultConsoleService. removeOutputListener(OutputListener l) -
Uses of OutputListener in org.scijava.ui.console
Subinterfaces of OutputListener in org.scijava.ui.console Modifier and Type Interface Description interfaceConsolePane<C>A panel which displaysstdoutandstderrconsole output.Classes in org.scijava.ui.console that implement OutputListener Modifier and Type Class Description classAbstractConsolePane<C>Abstract base class ofConsolePaneimplementations.
-