Package com.gmt2001
Class JSTimers
java.lang.Object
com.gmt2001.JSTimers
- Author:
- gmt2001
-
Method Summary
Modifier and TypeMethodDescriptionvoidclearTimer(int idx) static JSTimersinstance()intsetInterval(Runnable callback, int delayMS) intsetInterval(Runnable callback, int delayMS, String name) intsetTimeout(Runnable callback, int delayMS) intsetTimeout(Runnable callback, int delayMS, String name)
-
Method Details
-
instance
-
setTimeout
-
setTimeout
-
setInterval
-
setInterval
-
clearTimer
public void clearTimer(int idx)
-