public static final class ITaskQueue.RunnableWithPriority
extends java.lang.Object
implements java.lang.Runnable
| Modifier and Type | Field and Description | 
|---|---|
| private int | priority | 
| private java.lang.Runnable | runnable | 
| Constructor and Description | 
|---|
| RunnableWithPriority(int priorityIn,
                    java.lang.Runnable runnableIn) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getPriority() | 
| void | run() |