JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
jgrasp.tool
Interface OutputListener
public interface
OutputListener
Listener for process output lines.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
processLine
(
String
line)
Called whenever a line of text is output by the process.
Method Detail
processLine
void processLine(
String
line)
Called whenever a line of text is output by the process.
Parameters:
line
- the line of text.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method