Sharkysoft home

lava.thread
Interface ITask

All Known Subinterfaces:
ICancellableTask

public interface ITask

TaskParallelizer task.

Details: An ITask is a task that can be executed by a TaskParallizer.

Author:
Sharky

Method Summary
 void run()
          Performs task.
 

Method Detail

run

public void run()
Performs task.

Details: run contains the executable content of this task. The TaskParallelizer will call this method to perform the task.


Sharkysoft home