public interface ActionExecutor
| Modifier and Type | Method and Description |
|---|---|
void |
execute(G9Action<?> action)
Executes the specified action
|
void |
shutDown()
Shuts down the executor.
|
List<Runnable> |
shutdownNow()
Shuts down the executor
|
void execute(G9Action<?> action)
action - the action to execute.void shutDown()
Copyright © 2006–2017 Esito AS. All rights reserved.