| Modifier and Type | Method and Description |
|---|---|
static ScheduledThreadPoolExecutor |
executor() |
static ScheduledFuture<?> |
job(Runnable job,
long delay) |
static Runnable |
wrap(Runnable job) |
public static ScheduledThreadPoolExecutor executor()
public static ScheduledFuture<?> job(Runnable job, long delay)
Copyright © 2014–2015 Nikolche Mihajlovski. All rights reserved.