Uses of Interface
pulse.tasks.listeners.TaskSelectionListener
-
Packages that use TaskSelectionListener 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 TaskSelectionListener in pulse.tasks
Methods in pulse.tasks that return types with arguments of type TaskSelectionListener Modifier and Type Method Description List<TaskSelectionListener>
TaskManager. getSelectionListeners()
Methods in pulse.tasks with parameters of type TaskSelectionListener Modifier and Type Method Description void
TaskManager. addSelectionListener(TaskSelectionListener listener)
-