Package | Description |
---|---|
nl.lxtreme.ols.api.devices | |
nl.lxtreme.ols.api.task | |
nl.lxtreme.ols.api.tools |
Modifier and Type | Interface and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
<RESULT_TYPE> |
TaskExecutionService.execute(Task<RESULT_TYPE> aTask)
Executes the given task.
|
<RT> void |
TaskStatusListener.taskEnded(Task<RT> aTask,
RT aResult)
Called when a task is ended normally.
|
<RT> void |
TaskStatusListener.taskFailed(Task<RT> aTask,
Exception aException)
Called when a task is started.
|
<RT> void |
TaskStatusListener.taskStarted(Task<RT> aTask)
Called when a task is started.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ToolTask<RESULT_TYPE>
Denotes a task that is performed by a tool, such as decoding data from
acquired data.
|
Copyright © 2015 L'Xtreme IT consultancy. All rights reserved.