Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface PrioritizedRunnable
extends Runnable, Comparable
Runnable
that includes an integer priority.
Method Summary | |
int |
|
public int getPriority()
Get the priority of this PrioritizedRunnable. 0 if we want to be computed in the background.