Class OutputListener

java.lang.Object
org.globus.io.gass.server.OutputListener
All Implemented Interfaces:
JobOutputListener

class OutputListener extends Object implements JobOutputListener
  • Field Details

  • Constructor Details

    • OutputListener

      OutputListener()
  • Method Details

    • outputChanged

      public void outputChanged(String output)
      Description copied from interface: JobOutputListener
      It is called whenever the job's output has been updated.
      Specified by:
      outputChanged in interface JobOutputListener
      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 interface JobOutputListener
    • getOutput

      public String getOutput()
    • hasData

      public boolean hasData()