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