Uses of Class
pulse.tasks.listeners.TaskRepositoryEvent
-
Packages that use TaskRepositoryEvent 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.pulse.tasks.listeners Contains various listeners that deal with events associated with the individualSearchTasks, their statuses, logging and result generation, as well as with the task repository events generated by aTaskManager. -
-
Uses of TaskRepositoryEvent in pulse.tasks
Methods in pulse.tasks with parameters of type TaskRepositoryEvent Modifier and Type Method Description voidTaskManager. notifyListeners(TaskRepositoryEvent e)Notifies theTaskRepositoryListeners of thee -
Uses of TaskRepositoryEvent in pulse.tasks.listeners
Methods in pulse.tasks.listeners with parameters of type TaskRepositoryEvent Modifier and Type Method Description voidTaskRepositoryListener. onTaskListChanged(TaskRepositoryEvent e)
-