Package com.fluendo.jst
Class Clock.ClockID
- java.lang.Object
-
- com.fluendo.jst.Clock.ClockID
-
- Enclosing class:
- Clock
public class Clock.ClockID extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ClockID(long time, long interval, int type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getTime()
void
unschedule()
WaitStatus
waitID()
-
-
-
Method Detail
-
getTime
public long getTime()
-
waitID
public WaitStatus waitID()
-
unschedule
public void unschedule()
-
-