Uses of Class
pulse.tasks.TaskManager
-
Packages that use TaskManager Package Description pulse.tasks Introduces theSearchTask
, which is the main actor inPULsE
, and theTaskManager
, a high-level class which among other functions manages loading and executingSearchTask
s. -
-
Uses of TaskManager in pulse.tasks
Methods in pulse.tasks that return TaskManager Modifier and Type Method Description static TaskManager
TaskManager. getManagerInstance()
This class uses a singleton pattern, meaning there is only instance of this class.Methods in pulse.tasks with parameters of type TaskManager Modifier and Type Method Description static void
TaskManager. assumeNewState(TaskManager loaded)
-