Interface ProcessBuilder


  • public interface ProcessBuilder
    • Method Detail

      • startHandler

        ProcessBuilder startHandler​(Handler<Process> handler)
        Set the handler to be called when the process starts.
        Parameters:
        handler - the handler
        Returns:
        a reference to this, so the API can be used fluently