net.luniks.process
Interface LineListener


public interface LineListener

Listener for ProcessHandler

Author:
Torsten Römer, www.luniks.net

Method Summary
 void lineAction(java.lang.String line)
          This method will be called by the process handler when a new line has been read from either stdout or stderr of the process with that line as argument.
 

Method Detail

lineAction

public void lineAction(java.lang.String line)
This method will be called by the process handler when a new line has been read from either stdout or stderr of the process with that line as argument.

Parameters:
line - the line that has been read from stdout or stderr


Copyright (c) 2004, 2005 Torsten Römer, dode@luniks.net