Sharkysoft home

lava.thread
Interface ICancellableTask

All Superinterfaces:
ITask

public interface ICancellableTask
extends ITask

No summary available.

Details: An ICancellableTask is an ITask that is cancellable, or interruptable.

Author:
Sharky

Method Summary
 void cancel()
          Cancels task.
 
Methods inherited from interface lava.thread.ITask
run
 

Method Detail

cancel

public void cancel()
Cancels task.

Details: cancel causes this task to be cancelled, if it is in progress, or never executed, if it is enqueued to be executed.


Sharkysoft home