EDU.oswego.cs.dl.util.concurrent
public static class FJTask.Seq extends FJTask
new Seq
, when executed,
invokes each task provided in the constructor, in order.
The class is a simple utility
that makes it easier to create composite FJTasks.
Field Summary | |
---|---|
protected FJTask[] | tasks |
Constructor Summary | |
---|---|
Seq(FJTask[] tasks)
Construct a Seq that, when executed, will process each of the
tasks in the tasks array in order
| |
Seq(FJTask task1, FJTask task2)
Two-task constructor, for compatibility with previous release.
|
Method Summary | |
---|---|
void | run() |