search

goog.Timer

Provided By
Extends
All Implemented Interfaces

Class for handling timing events.

new Timer( opt_interval, opt_timerObject )

Parameters
opt_intervalnumber=

Number of ms between ticks (default: 1ms).

opt_timerObject(Object|null)=

An object that has setTimeout, setInterval, clearTimeout and clearInterval (e.g., window).

Instance Methods

Instance Properties

Static Functions

Static Properties