Packageorg.apache.flex.utils
Classpublic class EffectTimer
InheritanceEffectTimer Inheritance flash.events.EventDispatcher
Implements IEffectTimer

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The Timer class dispatches events based on a delay and repeat count.



Public Methods
 MethodDefined By
  
Constructor.
EffectTimer
  
start():int
EffectTimer
  
stop():void
EffectTimer
Events
 Event Summary Defined By
  Dispatched as requested via the delay and repeat count parameters in the constructor.EffectTimer
Constructor Detail
EffectTimer()Constructor
public function EffectTimer()

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

Constructor.

Method Detail
start()method
public function start():int

Returns
int
stop()method 
public function stop():void

Event Detail
update Event
Event Object Type: org.apache.flex.events.ValueEvent

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

Dispatched as requested via the delay and repeat count parameters in the constructor.