Packageorg.wak.baseoneonline.flash.utils
Classpublic class StopWatch
InheritanceStopWatch Inheritance flash.display.Sprite



Public Methods
 MethodDefined by
  
StopWatch(preText:String = "")
StopWatch
  
display():void
Read the elapsed time, and display it in the textfield.
StopWatch
  
read():int
Return the elapsed time since start() was called.
StopWatch
  
start():void
Set the starttime (Start counting)
StopWatch
Constructor detail
StopWatch()constructor
public function StopWatch(preText:String = "")Parameters
preText:String (default = "")
Method detail
display()method
public function display():void

Read the elapsed time, and display it in the textfield.

read()method 
public function read():int

Return the elapsed time since start() was called.

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

Set the starttime (Start counting)