Uses of Interface
nl.lxtreme.ols.api.task.Task

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
<RESULT_TYPE>
Future<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.
 

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.
 



Copyright © 2012 L'Xtreme IT consultancy. All Rights Reserved.