public class FutureAction<T> extends Action
| Constructor and Description |
|---|
FutureAction(Environment env,
Callable<T> callable) |
FutureAction(Environment env,
Runnable runnable) |
| Modifier and Type | Method and Description |
|---|---|
T |
get() |
void |
run(Object... parameters) |
execute, failed, getAllowedTime, getEndTime, getStartTime, getThrowable, interrupt, isInterrupted, setAllowedTime, toString, withinAllowedTimepublic FutureAction(Environment env, Callable<T> callable)
public FutureAction(Environment env, Runnable runnable)
Copyright © 2018. All rights reserved.