public final class RunnableAdapter<T> extends Object implements Callable<T>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected T |
result |
protected Runnable |
task |
| Modifier | Constructor and Description |
|---|---|
protected |
RunnableAdapter() |
protected |
RunnableAdapter(Runnable task,
T result) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.