AQWorker
| Kind of class: | dynamic class |
|---|---|
| Inherits from: | none |
| Author: | Arthur Clemens |
| Classpath: | org.asapframework.util.actionqueue.AQWorker |
| File last modified: | Thursday, 12 October 2006, 11:19:40 |
This class is used by ActionQueue and various AQxxx classes; you should not instantiate this class yourself.
Summary
Instance properties
- mFramePulse : FramePulse
- mName : String
- mEndTime : Number
- mStoredOnEnterFrame : Function
- mDurationLeft : Number
Instance methods
- returnValue (inPerformData:ActionQueuePerformData) : Void
- Do not call this method directly, but use AQReturnValue.returnValue.
Instance properties
mDurationLeft
private mDurationLeft:Number
(read)
mEndTime
private mEndTime:Number
(read)
mFramePulse
mName
private mName:String
(read)
mStoredOnEnterFrame
private mStoredOnEnterFrame:Function
(read)
Instance methods
returnValue
Do not call this method directly, but use AQReturnValue.returnValue.
Parameters:
inPerformData:
data object with perform instructions
Implementation note:
- This method is called by virtually all AQxxx classes.