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