Package org.globus.io.gass.server
Interface JobOutputListener
-
public interface JobOutputListenerThis class defines a job output listener.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidoutputChanged(String output)It is called whenever the job's output has been updated.voidoutputClosed()It is called whenever job finished and no more output will be generated.
-
-
-
Method Detail
-
outputChanged
void outputChanged(String output)
It is called whenever the job's output has been updated.- Parameters:
output- new output
-
outputClosed
void outputClosed()
It is called whenever job finished and no more output will be generated.
-
-