Class type Goog.Timer.timer
class type timer = object..end
Inherits
method getInterval : int Js.meth
Gets the interval of the timer.
Returns interval Number of ms between ticks.
method setInterval : int -> unit Js.meth
Sets the interval of the timer.
method dispatchTick : unit Js.meth
Dispatches the TICK event. This is its own method so subclasses can override.
method start : unit Js.meth
Starts the timer.
method stop : unit Js.meth
Stops the timer.
method disposeInternal : unit Js.meth
Disposes of the timer.
method clear : int -> unit Js.meth
Clears a timeout initiated by callOnce
