flash.utils.Timer
type
class
extends
flash.events.EventDispatcher
subclasses
flash.utils.SetIntervalTimer
available in
flash
Constructor
new
(delay :
Float
, ?repeatCount :
Int
)
Instance Variables
hide inherited
show inherited
currentCount
(default,null) :
Int
delay
:
Float
repeatCount
:
Int
running
(default,null) :
Bool
Instance Methods
hide inherited
show inherited
addEventListener
(type :
String
, listener :
Dynamic
->
Void
, ?useCapture :
Bool
, ?priority :
Int
, ?useWeakReference :
Bool
) :
Void
inherited from
flash.events.EventDispatcher
dispatchEvent
(event :
Event
) :
Bool
inherited from
flash.events.EventDispatcher
hasEventListener
(type :
String
) :
Bool
inherited from
flash.events.EventDispatcher
removeEventListener
(type :
String
, listener :
Dynamic
->
Void
, ?useCapture :
Bool
) :
Void
inherited from
flash.events.EventDispatcher
reset
() :
Void
start
() :
Void
stop
() :
Void
toString
() :
String
inherited from
flash.events.EventDispatcher
willTrigger
(type :
String
) :
Bool
inherited from
flash.events.EventDispatcher