Interface StreamGobblerCallback

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void work​(java.lang.String line)
      Callback whenever a line is read from the stream by the StreamGobbler.
    • Method Detail

      • work

        void work​(java.lang.String line)
        Callback whenever a line is read from the stream by the StreamGobbler.
        Parameters:
        line - the line that is read.