|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Task | |
---|---|
nl.lxtreme.ols.api.devices | |
nl.lxtreme.ols.api.task | |
nl.lxtreme.ols.api.tools |
Uses of Task in nl.lxtreme.ols.api.devices |
---|
Subinterfaces of Task in nl.lxtreme.ols.api.devices | |
---|---|
interface |
AcquisitionTask
Denotes an acquisition task that we can talk to by calling Callable.call() on
it. |
interface |
CancelTask
Denotes a task that talk to by calling Callable.call() on it. |
Uses of Task in nl.lxtreme.ols.api.task |
---|
Methods in nl.lxtreme.ols.api.task with parameters of type Task | ||
---|---|---|
|
TaskExecutionService.execute(Task<RESULT_TYPE> aTask)
Executes the given task. |
|
|
TaskStatusListener.taskEnded(Task<RT> aTask,
RT aResult)
Called when a task is ended normally. |
|
|
TaskStatusListener.taskFailed(Task<RT> aTask,
Exception aException)
Called when a task is started. |
|
|
TaskStatusListener.taskStarted(Task<RT> aTask)
Called when a task is started. |
Uses of Task in nl.lxtreme.ols.api.tools |
---|
Subinterfaces of Task in nl.lxtreme.ols.api.tools | |
---|---|
interface |
ToolTask<RESULT_TYPE>
Denotes a task that is performed by a tool, such as decoding data from acquired data. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |