Interface JobMonitor


  • public interface JobMonitor
    Interface passable to wait methods
    • Method Detail

      • monitor

        boolean monitor​(GorJob job)
        Called periodically while job is running (passed to waitFor etc).
        Parameters:
        job - Job
        Returns:
        True if job should keep running