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
Instance methods

Instance properties

mDurationLeft

private mDurationLeft:Number
(read)

mEndTime

private mEndTime:Number
(read)

mFramePulse

private mFramePulse:FramePulse
(read)

mName

private mName:String
(read)

mStoredOnEnterFrame

private mStoredOnEnterFrame:Function
(read)

Instance methods

returnValue

function returnValue (
inPerformData:ActionQueuePerformData) : Void

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.