Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public static interface TimeScheduler.Task
Method Summary | |
boolean | |
long | |
void |
|
public boolean cancelled()
- Returns:
- true if task is cancelled and shouldn't be scheduled again
public long nextInterval()
- Returns:
- the next schedule interval
public void run()
Execute the task