public interface Scheduler
| Modifier and Type | Method and Description |
|---|---|
ScheduledFuture<?> |
schedule(Callable<?> callable,
long delay,
TimeUnit unit)
Schedules the
callable to be called after the delay for the unit. |
ScheduledFuture<?> schedule(Callable<?> callable, long delay, TimeUnit unit)
callable to be called after the delay for the unit.Copyright © 2015. All Rights Reserved.