Packageorg.flexunit.internals.runners.watcher
Classpublic class FrameWatcher
InheritanceFrameWatcher Inheritance Object



Public Properties
 PropertyDefined By
  approximateMode : Boolean
[read-only]
FrameWatcher
  stage : Stage
FrameWatcher
  timeRemaining : Boolean
[read-only]
FrameWatcher
Public Methods
 MethodDefined By
  
FrameWatcher(stage:Stage = null)
FrameWatcher
  
FrameWatcher
Protected Methods
 MethodDefined By
  
getStage():Stage
FrameWatcher
Public Constants
 ConstantDefined By
  ALLOWABLE_FRAME_USE : Number = .85
[static]
FrameWatcher
Property Detail
approximateModeproperty
approximateMode:Boolean  [read-only]


Implementation
    public function get approximateMode():Boolean
stageproperty 
stage:Stage


Implementation
    public function get stage():Stage
    public function set stage(value:Stage):void
timeRemainingproperty 
timeRemaining:Boolean  [read-only]


Implementation
    public function get timeRemaining():Boolean
Constructor Detail
FrameWatcher()Constructor
public function FrameWatcher(stage:Stage = null)



Parameters
stage:Stage (default = null)
Method Detail
getStage()method
protected function getStage():Stage

Returns
Stage
simulateTick()method 
public function simulateTick():void

Constant Detail
ALLOWABLE_FRAME_USEConstant
public static const ALLOWABLE_FRAME_USE:Number = .85