Package com.sekati.time

Class Summary
FPS Monitor the current applications framerate (fps)
StopWatch Simple stopwatch class
Throttle Throttle time between method calls
 Usage:
 var stageUpdater = new Throttle(Delegate.create(this, update), 500);
 function onResize() { stageUpdater.trigger(); }
 function doUpdate() { trace("throttled method!"); }
 
TimeOut TimeOut
 Usage:
 	var t:TimeOut = new TimeOut(testFn, 500, [arg0, arg1, foo]);
 

Class Inheritance Diagram