Packageorg.vostokframework.domain.loading.states.queueloader
Classpublic class CompleteQueueLoader
InheritanceCompleteQueueLoader Inheritance QueueLoaderState Inheritance Object

description



Public Properties
 PropertyDefined By
 InheritedisLoading : Boolean
[read-only]
QueueLoaderState
 InheritedisQueued : Boolean
[read-only]
QueueLoaderState
 InheritedisStopped : Boolean
[read-only]
QueueLoaderState
 InheritedmaxConcurrentConnections : int
[read-only]
QueueLoaderState
 InheritedopenedConnections : int
[read-only]
QueueLoaderState
Protected Properties
 PropertyDefined By
 InheritedloadingStatus : QueueLoadingStatus
[read-only]
QueueLoaderState
 Inheritedpolicy : IQueueLoadingPolicy
[read-only]
QueueLoaderState
Public Methods
 MethodDefined By
  
CompleteQueueLoader(loader:ILoaderStateTransition, loadingStatus:QueueLoadingStatus, policy:IQueueLoadingPolicy, maxConcurrentConnections:int)
description
CompleteQueueLoader
  
addChild(child:ILoader):void
[override]
CompleteQueueLoader
  
addChildren(children:IList):void
[override]
CompleteQueueLoader
  
cancel():void
[override]
CompleteQueueLoader
  
cancelChild(identification:VostokIdentification):void
[override]
CompleteQueueLoader
 Inherited
containsChild(identification:VostokIdentification):Boolean
QueueLoaderState
 Inherited
dispose():void
QueueLoaderState
 Inherited
QueueLoaderState
 Inherited
QueueLoaderState
  
load():void
[override]
CompleteQueueLoader
  
removeChild(identification:VostokIdentification):void
[override]
CompleteQueueLoader
  
resumeChild(identification:VostokIdentification):void
[override]
CompleteQueueLoader
 Inherited
QueueLoaderState
 Inherited
QueueLoaderState
  
stop():void
[override]
CompleteQueueLoader
  
stopChild(identification:VostokIdentification):void
[override]
CompleteQueueLoader
Constructor Detail
CompleteQueueLoader()Constructor
public function CompleteQueueLoader(loader:ILoaderStateTransition, loadingStatus:QueueLoadingStatus, policy:IQueueLoadingPolicy, maxConcurrentConnections:int)

description

Parameters
loader:ILoaderStateTransition
 
loadingStatus:QueueLoadingStatus
 
policy:IQueueLoadingPolicy
 
maxConcurrentConnections:int
Method Detail
addChild()method
override public function addChild(child:ILoader):void

Parameters

child:ILoader

addChildren()method 
override public function addChildren(children:IList):void

Parameters

children:IList

cancel()method 
override public function cancel():void

cancelChild()method 
override public function cancelChild(identification:VostokIdentification):void

Parameters

identification:VostokIdentification

load()method 
override public function load():void

removeChild()method 
override public function removeChild(identification:VostokIdentification):void

Parameters

identification:VostokIdentification

resumeChild()method 
override public function resumeChild(identification:VostokIdentification):void

Parameters

identification:VostokIdentification

stop()method 
override public function stop():void

stopChild()method 
override public function stopChild(identification:VostokIdentification):void

Parameters

identification:VostokIdentification