class DelegatingWrappedExecutor
extends java.lang.Object
implements java.util.concurrent.Executor
| Modifier and Type | Field and Description |
|---|---|
private WrappingExecutor |
delegate |
private DirectExecutor |
taskWrapper |
| Constructor and Description |
|---|
DelegatingWrappedExecutor(WrappingExecutor delegate,
DirectExecutor taskWrapper) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(java.lang.Runnable command) |
private final WrappingExecutor delegate
private final DirectExecutor taskWrapper
DelegatingWrappedExecutor(WrappingExecutor delegate, DirectExecutor taskWrapper)