public abstract class SynchronizableTask extends Object
| Constructor and Description |
|---|
SynchronizableTask() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Future<T> |
runSyncTaskForFuture(Callable<T> call) |
static void |
runTaskLater(Runnable task)
This will run in separate thread.
|
static void |
runTaskLater(Runnable task,
long mills)
This will run in separate thread.
|