public static class Parallel.TaskList extends Object implements TaskContainer
| Constructor and Description | 
|---|
| TaskList() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addTask(Task nestedTask)Add a nested task to execute parallel (asynchron). | 
public void addTask(Task nestedTask)
addTask in interface TaskContainernestedTask - Nested task to be executed in parallel.
                    must not be null.