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 TypeMethodDescriptionboolean
passes
(JavaScriptJob job) Check if the job passes the filter.
-
Method Details
-
passes
Check if the job passes the filter.- Parameters:
job
- the job to check- Returns:
- true if the job passes the filter
-