AbstractQueueLoader class
public function setQueue(queue:LoadableQueue):VoidSets the queue value of this IQueueLoader.
queue | a value for queue |
Void
public function getQueue():LoadableQueueGets the queue value of this IQueueLoader.
LoadableQueue
public function setName(name:String):VoidSets the name value of this IQueueLoader.
name | a value for name |
Void
public function getName():StringGets the name value of this IQueueLoader.
String
public function load():Void// TODO: Add description of the load method.
Void
public function setWaitTime(num:Number):VoidSets the waitTime value of this IQueueLoader.
num | a value for num |
Void
public function forceNext(obj:Object):Void// TODO: Add description of the forceNext method.
obj | a value for obj |
Void
public function forceNextByIndex(index:Number):Void// TODO: Add description of the forceNextByIndex method.
index | a value for index |
Void
public function forceNextByName(name:String):Void// TODO: Add description of the forceNextByName method.
name | a value for name |
Void
public function getWaitTime():NumberGets the waitTime value of this IQueueLoader.
Number
public function setParent(parent:INestable):VoidSets the parent value of this INestableLoader.
parent | a value for parent |
Void
public function getParent():INestableGets the parent value of this INestableLoader.
IQueueLoader