de.uni_paderborn.fujaba.basic
Interface ProcessOutputViewer.OutputListener

Enclosing interface:
ProcessOutputViewer

public static interface ProcessOutputViewer.OutputListener

No comment provided by developer, please add a comment to improve documentation.

Version:
$Revision: 1.65.2.4 $ $Date: 2006/06/09 08:40:34 $
Author:
$Author: l3_g5 $

Method Summary
 void outputAppended(java.lang.String newLine)
          No comment provided by developer, please add a comment to improve documentation.
 void outputCleared()
          No comment provided by developer, please add a comment to improve documentation.
 void outputFinished(java.lang.String output, int exitValue)
          No comment provided by developer, please add a comment to improve documentation.
 

Method Detail

outputCleared

public void outputCleared()
No comment provided by developer, please add a comment to improve documentation.


outputAppended

public void outputAppended(java.lang.String newLine)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
newLine - No description provided

outputFinished

public void outputFinished(java.lang.String output,
                           int exitValue)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
output - No description provided
exitValue - No description provided