- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- FJTask
public static class FJTask.Seq2
extends FJTask
A new Seq2(task1, task2), when executed,
invokes task1 and then task2, in order.
The class is a simple utility
that makes it easier to create composite Tasks.