public class PoolItem
extends java.lang.Object
implements java.lang.Runnable
| Constructor and Description |
|---|
PoolItem(EngineTask task,
TaskGroup group)
Create a pool item.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Run the task.
|
public PoolItem(EngineTask task, TaskGroup group)
task - The task to execute.group - The group this task belongs to.