nl.lxtreme.ols.api.task
Interface Task<RESULT_TYPE>

All Superinterfaces:
Callable<RESULT_TYPE>
All Known Subinterfaces:
AcquisitionTask, CancelTask, ToolTask<RESULT_TYPE>

public interface Task<RESULT_TYPE>
extends Callable<RESULT_TYPE>

Denotes a task that can be executed asynchronously.


Method Summary
 
Methods inherited from interface java.util.concurrent.Callable
call
 



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