All Packages Class Hierarchy This Package Previous Next Index
Interface calypso.util.tasc.PriorityTask
- public interface PriorityTask
- extends Task
An interface for priority tasks.
Priority tasks are tasks that may be executed according to the order of
their priorities (the highest-priority tasks are executed first).
- Author:
- Petteri Koponen
- See Also:
- PriorityTaskScheduler, PriorityTaskSHandle
-
getPriority()
- Gets the priority of the task.
-
setPriority(int)
- Sets the priority of the task.
setPriority
public abstract void setPriority(int priority_)
- Sets the priority of the task.
getPriority
public abstract int getPriority()
- Gets the priority of the task.
All Packages Class Hierarchy This Package Previous Next Index