public abstract static class SearchTimer.TimerTask extends java.lang.Object implements java.lang.Comparable<SearchTimer.TimerTask>
| Constructor and Description |
|---|
TimerTask() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SearchTimer.TimerTask other) |
long |
getDelay() |
long |
getTimeToRun() |
abstract long |
timeout()
Method invoked by timer at requested time.
|
public long getTimeToRun()
public long getDelay()
public int compareTo(SearchTimer.TimerTask other)
compareTo in interface java.lang.Comparable<SearchTimer.TimerTask>public abstract long timeout()