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 executingSearchTask
s.pulse.tasks.listeners Contains various listeners that deal with events associated with the individualSearchTask
s, 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 void
TaskManager. notifyListeners(TaskRepositoryEvent e)
Notifies theTaskRepositoryListener
s of thee
-
Uses of TaskRepositoryEvent in pulse.tasks.listeners
Methods in pulse.tasks.listeners with parameters of type TaskRepositoryEvent Modifier and Type Method Description void
TaskRepositoryListener. onTaskListChanged(TaskRepositoryEvent e)
-