public class TaskQueue extends Task
| Constructor and Description |
|---|
TaskQueue() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Task task) |
protected void |
executeProtected()
Note: all tasks are to have been added to the queue before this method is
called.
|
protected void |
stopProtected() |
public void add(Task task)
protected void executeProtected()
throws RippleException
executeProtected in class TaskRippleExceptionprotected void stopProtected()
stopProtected in class TaskCopyright © 2007-2012 fortytwo.net. All Rights Reserved.