public class Task
extends java.lang.Object
implements java.lang.Runnable
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Action> |
actions |
protected Context |
context |
| Constructor and Description |
|---|
Task(Action action,
Context context) |
Task(java.util.List<Action> actions,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |