com.fluendo.jst
Class Clock
java.lang.Object
com.fluendo.jst.Clock
- Direct Known Subclasses:
- SystemClock
public abstract class Clock
- extends java.lang.Object
Constructor Summary |
Clock()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
USECOND
public static final long USECOND
- See Also:
- Constant Field Values
MSECOND
public static final long MSECOND
- See Also:
- Constant Field Values
SECOND
public static final long SECOND
- See Also:
- Constant Field Values
SINGLE
public static final int SINGLE
- See Also:
- Constant Field Values
PERIODIC
public static final int PERIODIC
- See Also:
- Constant Field Values
Clock
public Clock()
getTime
public long getTime()
setAdjust
public void setAdjust(long newAdjust)
getAdjust
public long getAdjust()
newSingleShotID
public Clock.ClockID newSingleShotID(long time)
newPeriodicID
public Clock.ClockID newPeriodicID(long time,
long interval)