Packageorg.vostokframework.domain.loading.states.queueloader
Classpublic class QueuedQueueLoader
InheritanceQueuedQueueLoader Inheritance QueueLoaderState Inheritance Object

description



Public Properties
 PropertyDefined By
 InheritedisLoading : Boolean
[read-only]
QueueLoaderState
  isQueued : Boolean
[override] [read-only]
QueuedQueueLoader
 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
  
QueuedQueueLoader(loadingStatus:QueueLoadingStatus, policy:IQueueLoadingPolicy, maxConcurrentConnections:int)
description
QueuedQueueLoader
 Inherited
addChild(child:ILoader):void
QueueLoaderState
 Inherited
addChildren(children:IList):void
QueueLoaderState
 Inherited
cancel():void
QueueLoaderState
 Inherited
cancelChild(identification:VostokIdentification):void
QueueLoaderState
 Inherited
containsChild(identification:VostokIdentification):Boolean
QueueLoaderState
 Inherited
dispose():void
QueueLoaderState
 Inherited
QueueLoaderState
 Inherited
QueueLoaderState
 Inherited
load():void
QueueLoaderState
 Inherited
removeChild(identification:VostokIdentification):void
QueueLoaderState
 Inherited
resumeChild(identification:VostokIdentification):void
QueueLoaderState
 Inherited
QueueLoaderState
 Inherited
QueueLoaderState
 Inherited
stop():void
QueueLoaderState
 Inherited
stopChild(identification:VostokIdentification):void
QueueLoaderState
Property Detail
isQueuedproperty
isQueued:Boolean  [read-only] [override]


Implementation
    public function get isQueued():Boolean
Constructor Detail
QueuedQueueLoader()Constructor
public function QueuedQueueLoader(loadingStatus:QueueLoadingStatus, policy:IQueueLoadingPolicy, maxConcurrentConnections:int)

description

Parameters
loadingStatus:QueueLoadingStatus
 
policy:IQueueLoadingPolicy
 
maxConcurrentConnections:int