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 executingSearchTasks. -
-
Uses of TaskManager in pulse.tasks
Methods in pulse.tasks that return TaskManager Modifier and Type Method Description static TaskManagerTaskManager. 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 voidTaskManager. assumeNewState(TaskManager loaded)
-