public interface RunnerScheduler
Modifier and Type | Method | Description |
---|---|---|
void |
finished() |
Override to implement any behavior that must occur
after all children have been scheduled (for example,
waiting for them all to finish)
|
void |
schedule(java.lang.Runnable childStatement) |
Schedule a child statement to run
|