public class InThreadExecutor extends java.lang.Object implements java.util.concurrent.Executor
Executor implementation that just executes in the same
thread.| Constructor and Description |
|---|
InThreadExecutor() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(java.lang.Runnable command) |
public InThreadExecutor()
public void execute(java.lang.Runnable command)
execute in interface java.util.concurrent.Executor