public class AlarmClock extends Object
ScheduledThreadPoolExecutor
Modifier and Type | Method and Description |
---|---|
void |
add(Runnable task,
long delay)
Add a task to be called after a delay (in milliseconds)
|
void |
cancel(Runnable task)
Cancel a task
|
static AlarmClock |
get()
Global singleton for general use
|
void |
release()
Clean up
|
void |
reset(Runnable task,
long delay)
Reschedule a task to now run after a different delay from now (in milliseconds)
|
public static AlarmClock get()
public void add(Runnable task, long delay)
public void reset(Runnable task, long delay)
public void cancel(Runnable task)
public void release()
Licenced under the Apache License, Version 2.0