Modifier and Type | Field and Description |
---|---|
static DirectExecutor |
INSTANCE
Returns a singleton instance of the DirectExecutor.
|
Constructor and Description |
---|
DirectExecutor() |
Modifier and Type | Method and Description |
---|---|
void |
execute(Runnable command)
Executes the given
command immediately in the current thread. |
public static final DirectExecutor INSTANCE
Copyright © 2010–2017. All rights reserved.