Interface IProcessListener

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void listenTo​(java.lang.Process process)
      Lets the process listener listen to the output and error stream of the given process.
    • Method Detail

      • listenTo

        void listenTo​(java.lang.Process process)
               throws java.io.IOException,
                      java.lang.InterruptedException
        Lets the process listener listen to the output and error stream of the given process.
        Parameters:
        process - The process to be listened to.
        Throws:
        java.io.IOException
        java.lang.InterruptedException