nl.lxtreme.ols.api.devices
Interface CancelTask

All Superinterfaces:
Callable<Void>, Task<Void>

public interface CancelTask
extends Task<Void>

Denotes a task that talk to by calling Callable.call() on it. The implementation of that method should cause the device to stop acquiring data, if possible. If the device already finished its acquisition task, this task should not lead to unpredictable results.


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



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