Static methods

@:ns("flash.utils",internal)staticclearInterval(id_to_clear:UInt):Void

Constructor

new(closure:Dynamic, delay:Float, repeats:Bool, rest:Array<Dynamic>)

Variables

@:ns("flash.utils",internal)id:UInt

Inherited Variables

Defined by Timer

@:flash.propertyread onlycurrentCount:Int

@:flash.propertydelay:Float

@:flash.propertyrepeatCount:Int

@:flash.propertyread onlyrunning:Bool

Inherited Methods

Defined by Timer

Defined by EventDispatcher

@:value({ useWeakReference : false, priority : 0, useCapture : false })addEventListener(type:String, listener:Dynamic ‑> Void, useCapture:Bool = false, priority:Int = 0, useWeakReference:Bool = false):Void

@:value({ useCapture : false })removeEventListener(type:String, listener:Dynamic ‑> Void, useCapture:Bool = false):Void