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 Detail

      • 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