Class FJTask.Seq
java.lang.Object
EDU.oswego.cs.dl.util.concurrent.FJTask
EDU.oswego.cs.dl.util.concurrent.FJTask.Seq
- All Implemented Interfaces:
Runnable
- Enclosing class:
FJTask
A
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.-
Nested Class Summary
Nested classes/interfaces inherited from class FJTask
FJTask.Par, FJTask.Par2, FJTask.Seq, FJTask.Seq2, FJTask.Wrap -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
tasks
-
-
Constructor Details
-
Seq
Construct a Seq that, when executed, will process each of the tasks in the tasks array in order -
Seq
-
-
Method Details
-
run
public void run()
-