Class com.flashdoctors.net.AbstractQueueLoader

Implemented Interfaces

IQueueLoader INestable

Description

AbstractQueueLoader class

Method Index

addChild(), addToCount(), forceNext(), forceNextByIndex(), forceNextByName(), getChildren(), getCount(), getName(), getNumLoaded(), getParent(), getQueue(), getWaitTime(), hasChildren(), isChild(), isLoading(), load(), loadNext(), runQueueDone(), setName(), setParent(), setQueue(), setWaitTime()

Method Detail

setQueue

public function setQueue(queue:LoadableQueue):Void

Sets the queue value of this IQueueLoader.

Parameters

queuea value for queue

Return

Void

Specified By

setQueue() in com.flashdoctors.net.IQueueLoader

getQueue

public function getQueue():LoadableQueue

Gets the queue value of this IQueueLoader.

Return

LoadableQueue

Specified By

getQueue() in com.flashdoctors.net.IQueueLoader

setName

public function setName(name:String):Void

Sets the name value of this IQueueLoader.

Parameters

namea value for name

Return

Void

Specified By

setName() in com.flashdoctors.net.IQueueLoader

getName

public function getName():String

Gets the name value of this IQueueLoader.

Return

String

Specified By

getName() in com.flashdoctors.net.IQueueLoader

load

public function load():Void

// TODO: Add description of the load method.

Return

Void

Specified By

load() in com.flashdoctors.net.IQueueLoader

loadNext

function loadNext():Void

setWaitTime

public function setWaitTime(num:Number):Void

Sets the waitTime value of this IQueueLoader.

Parameters

numa value for num

Return

Void

Specified By

setWaitTime() in com.flashdoctors.net.IQueueLoader

forceNext

public function forceNext(obj:Object):Void

// TODO: Add description of the forceNext method.

Parameters

obja value for obj

Return

Void

Specified By

forceNext() in com.flashdoctors.net.IQueueLoader

forceNextByIndex

public function forceNextByIndex(index:Number):Void

// TODO: Add description of the forceNextByIndex method.

Parameters

indexa value for index

Return

Void

Specified By

forceNextByIndex() in com.flashdoctors.net.IQueueLoader

forceNextByName

public function forceNextByName(name:String):Void

// TODO: Add description of the forceNextByName method.

Parameters

namea value for name

Return

Void

Specified By

forceNextByName() in com.flashdoctors.net.IQueueLoader

getWaitTime

public function getWaitTime():Number

Gets the waitTime value of this IQueueLoader.

Return

Number

Specified By

getWaitTime() in com.flashdoctors.net.IQueueLoader

addToCount

public function addToCount(num:Number):Void

getCount

public function getCount():Number

getNumLoaded

public function getNumLoaded():Number

isLoading

public function isLoading():Boolean

runQueueDone

function runQueueDone():Void

setParent

public function setParent(parent:INestable):Void

Sets the parent value of this INestableLoader.

Parameters

parenta value for parent

Return

Void

Specified By

setParent() in com.flashdoctors.util.INestable

getParent

public function getParent():INestable

Gets the parent value of this INestableLoader.

Return

IQueueLoader

Specified By

getParent() in com.flashdoctors.util.INestable

addChild

public function addChild(child:INestable):Void

getChildren

public function getChildren():IList

isChild

public function isChild():Boolean

hasChildren

public function hasChildren():Boolean