Uses of Interface
gov.nasa.pds.tools.validate.task.TaskManager
-
Packages that use TaskManager Package Description gov.nasa.pds.tools.label gov.nasa.pds.tools.validate.task Defines client-independent processing interfaces and classes for background tasks. -
-
Uses of TaskManager in gov.nasa.pds.tools.label
Methods in gov.nasa.pds.tools.label with parameters of type TaskManager Modifier and Type Method Description void
LocationValidator. setTaskManager(TaskManager manager)
Sets the task manager to use for running the validation tasks. -
Uses of TaskManager in gov.nasa.pds.tools.validate.task
Classes in gov.nasa.pds.tools.validate.task that implement TaskManager Modifier and Type Class Description class
BlockingTaskManager
Implements a simple task manager suitable for non-Swing applications that runs a task as soon as it is submitted and does not return until the task is complete.
-