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(java.lang.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.
-