public class DefaultDeferredExecutor extends Object implements DeferredExecutor
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Runnable runnable)
Execute runnable.
|
static DefaultDeferredExecutor |
instance()
Returns and instance of the DefaultDeferredExecutor.
|
public static DefaultDeferredExecutor instance()
public void execute(Runnable runnable)
DeferredExecutorexecute in interface DeferredExecutorrunnable - the runnable o executeCopyright © 2010-2020 Toolsverse. All Rights Reserved.