Uses of Class
pulse.tasks.listeners.TaskRepositoryEvent.State
-
Packages that use TaskRepositoryEvent.State Package Description 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.State in pulse.tasks.listeners
Methods in pulse.tasks.listeners that return TaskRepositoryEvent.State Modifier and Type Method Description TaskRepositoryEvent.State
TaskRepositoryEvent. getState()
static TaskRepositoryEvent.State
TaskRepositoryEvent.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static TaskRepositoryEvent.State[]
TaskRepositoryEvent.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in pulse.tasks.listeners with parameters of type TaskRepositoryEvent.State Constructor Description TaskRepositoryEvent(TaskRepositoryEvent.State state, Identifier id)
-