public class InvokeExecutor
extends java.lang.Object
implements java.util.concurrent.Executor
| Constructor and Description |
|---|
InvokeExecutor() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(@NotNull java.lang.Runnable command) |
void |
runTasks()
タスクを実行する
|