AbstractQueueLoader class
public function setQueue(queue:LoadableQueue):Void
Sets the queue value of this IQueueLoader.
queue | a value for queue |
Void
public function getQueue():LoadableQueue
Gets the queue value of this IQueueLoader.
LoadableQueue
public function setName(name:String):Void
Sets the name value of this IQueueLoader.
name | a value for name |
Void
public function getName():String
Gets the name value of this IQueueLoader.
String
public function load():Void
// TODO: Add description of the load method.
Void
public function setWaitTime(num:Number):Void
Sets 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():Number
Gets the waitTime value of this IQueueLoader.
Number
public function setParent(parent:INestable):Void
Sets the parent value of this INestableLoader.
parent | a value for parent |
Void
public function getParent():INestable
Gets the parent value of this INestableLoader.
IQueueLoader