public abstract static class SearchTimer.TimerTask extends Object implements Comparable
| Constructor and Description |
|---|
TimerTask() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object other) |
long |
getDelay() |
long |
getTimeToRun() |
abstract long |
timeout()
Method invoked by timer at requested time.
|
public long getTimeToRun()
public long getDelay()
public int compareTo(Object other)
compareTo in interface Comparablepublic abstract long timeout()
Copyright © 2004-2020 EPICS. All Rights Reserved.