public class Run extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Run.TimerTaskExt |
static class |
Run.TimerTaskState |
| Constructor and Description |
|---|
Run() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getFutureDate(long millis) |
static Run |
getInstance() |
static Run.TimerTaskExt |
once(long delay,
Runnable runnable) |
Run.TimerTaskExt |
runOnce(long delay,
Runnable runnable) |
public static Run.TimerTaskExt once(long delay, Runnable runnable)
public static Run getInstance()
public Date getFutureDate(long millis)
public Run.TimerTaskExt runOnce(long delay, Runnable runnable)
Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.