Interface JobMonitor


public interface JobMonitor
Interface passable to wait methods
  • Method Summary

    Modifier and Type Method Description
    boolean monitor​(GorJob job)
    Called periodically while job is running (passed to waitFor etc).
  • Method Details

    • 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