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 © 2017 JBoss, a division of Red Hat. All rights reserved.