Package org.globus.io.gass.server
Class OutputListener
java.lang.Object
org.globus.io.gass.server.OutputListener
- All Implemented Interfaces:
JobOutputListener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
hasData()
void
outputChanged
(String output) It is called whenever the job's output has been updated.void
It is called whenever job finished and no more output will be generated.
-
Field Details
-
outputBuf
-
-
Constructor Details
-
OutputListener
OutputListener()
-
-
Method Details
-
outputChanged
Description copied from interface:JobOutputListener
It is called whenever the job's output has been updated.- Specified by:
outputChanged
in interfaceJobOutputListener
- Parameters:
output
- new output
-
outputClosed
public void outputClosed()Description copied from interface:JobOutputListener
It is called whenever job finished and no more output will be generated.- Specified by:
outputClosed
in interfaceJobOutputListener
-
getOutput
-
hasData
public boolean hasData()
-