JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
edu.isi.pegasus.common.util
Interface StreamGobblerCallback
All Known Implementing Classes:
CondorVersion.CondorVersionCallback
,
DefaultStreamGobblerCallback
,
OSGMM.ListCallback
,
PDAX2MDAG.GrepCallback
public interface
StreamGobblerCallback
This interface defines the callback calls that are called from within the StreamGobbler while working on a stream.
Version:
$Revision$
Author:
Karan Vahi
Method Summary
Methods
Modifier and Type
Method and Description
void
work
(
String
line)
Callback whenever a line is read from the stream by the StreamGobbler.
Method Detail
work
void work(
String
line)
Callback whenever a line is read from the stream by the StreamGobbler.
Parameters:
line
- the line that is read.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method