public final class Sequence
extends java.lang.Object
| Constructor and Description |
|---|
Sequence(InterruptableRunnable base) |
| Modifier and Type | Method and Description |
|---|---|
static IRootSequenceBuilder |
builder() |
void |
join() |
void |
start() |
void |
stop() |
public Sequence(InterruptableRunnable base)
public void start()
throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic void join()
throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic void stop()
throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic static IRootSequenceBuilder builder()
Copyright © 2018. All Rights Reserved.