Function
Interval between function calls, in milliseconds.
Timer object executes an "onTick()" method repeatedly at a specified interval. repeatedly at a given interval.
Interval
between function calls, in milliseconds.
Function
Method called every time the interval passes. Override to do something useful.
Function
interval, in milliseconds.
Reset the interval of a timer, whether running or not.
New
interval, in milliseconds.
Function
Start the timer ticking.
Calls the "onStart()" handler, if defined. Note that the onTick() function is not called right away, only after first interval passes.
Function
Stop the timer.
Calls the "onStop()" handler, if defined.
Object
Object
Object