Package com.luciad.concurrent
Interface ITask
public interface ITask
Interface for a class that represents a task to be executed.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
Implements this method to specify what the task does.