Packagecom.whirled.contrib
Interfacepublic interface ManagedTimer



Public Properties
 PropertyDefined by
  currentCount : int
[read-only]
ManagedTimer
  delay : Number
ManagedTimer
  repeatCount : int
[read-only]
ManagedTimer
  running : Boolean
[read-only]
ManagedTimer
Public Methods
 MethodDefined by
  
cancel():void
Removes the ManagedTimer from its TimerManager.
ManagedTimer
  
reset():void
ManagedTimer
  
start():void
ManagedTimer
  
stop():void
ManagedTimer
Property detail
currentCountproperty
currentCount:int  [read-only]Implementation
    public function get currentCount():int
delayproperty 
delay:Number  [read-write]Implementation
    public function get delay():Number
    public function set delay(value:Number):void
repeatCountproperty 
repeatCount:int  [read-only]Implementation
    public function get repeatCount():int
runningproperty 
running:Boolean  [read-only]Implementation
    public function get running():Boolean
Method detail
cancel()method
public function cancel():void

Removes the ManagedTimer from its TimerManager. It is an error to call any function on a timer that has been canceled.

reset()method 
public function reset():void
start()method 
public function start():void
stop()method 
public function stop():void