Interface JavaScriptJobManager.JavaScriptJobFilter

Enclosing interface:
JavaScriptJobManager

public static interface JavaScriptJobManager.JavaScriptJobFilter
Simple filter interface. The caller can use this to filter the jobs of interest in the job list.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Check if the job passes the filter.
  • Method Details

    • passes

      boolean passes(JavaScriptJob job)
      Check if the job passes the filter.
      Parameters:
      job - the job to check
      Returns:
      true if the job passes the filter