org.scijava.console
Interface OutputListener

All Known Subinterfaces:
ConsolePane<C>
All Known Implementing Classes:
AbstractConsolePane

public interface OutputListener

Listener for output on stdout or stderr.

Author:
Curtis Rueden
See Also:
ConsoleService

Method Summary
 void outputOccurred(OutputEvent event)
          Method called when output occurs on stdout or stderr.
 

Method Detail

outputOccurred

void outputOccurred(OutputEvent event)
Method called when output occurs on stdout or stderr.



Copyright © 2009–2015 SciJava. All rights reserved.