public class TaskSet extends Object
| Constructor and Description |
|---|
TaskSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Task task) |
void |
stopWaiting() |
void |
waitUntilEmpty()
Note: all tasks are to have been added to the set before this method is
called, while there may be any number of tasks which have not finished
executing.
|
public void add(Task task) throws RippleException
RippleExceptionpublic void waitUntilEmpty()
throws RippleException
RippleExceptionpublic void stopWaiting()
Copyright © 2007-2012 fortytwo.net. All Rights Reserved.