Packageorg.vostokframework.domain.loading.states.fileloader
Classpublic class QueuedFileLoader
InheritanceQueuedFileLoader Inheritance FileLoaderState Inheritance Object

description



Public Properties
 PropertyDefined By
 InheritedisLoading : Boolean
[read-only]
FileLoaderState
  isQueued : Boolean
[override] [read-only]
QueuedFileLoader
 InheritedisStopped : Boolean
[read-only]
FileLoaderState
 InheritedmaxConcurrentConnections : int
[read-only]
FileLoaderState
 InheritedopenedConnections : int
[read-only]
FileLoaderState
Protected Properties
 PropertyDefined By
 Inheritedalgorithm : IFileLoadingAlgorithm
[read-only]
FileLoaderState
 Inheritedloader : ILoaderStateTransition
[read-only]
FileLoaderState
Public Methods
 MethodDefined By
  
description
QueuedFileLoader
 Inherited
addChild(child:ILoader):void
FileLoaderState
 Inherited
addChildren(children:IList):void
FileLoaderState
 Inherited
cancel():void
FileLoaderState
 Inherited
cancelChild(identification:VostokIdentification):void
FileLoaderState
 Inherited
containsChild(identification:VostokIdentification):Boolean
FileLoaderState
 Inherited
dispose():void
FileLoaderState
 Inherited
FileLoaderState
 Inherited
FileLoaderState
 Inherited
load():void
FileLoaderState
 Inherited
removeChild(identification:VostokIdentification):void
FileLoaderState
 Inherited
resumeChild(identification:VostokIdentification):void
FileLoaderState
 Inherited
FileLoaderState
 Inherited
FileLoaderState
 Inherited
stop():void
FileLoaderState
 Inherited
stopChild(identification:VostokIdentification):void
FileLoaderState
Protected Methods
 MethodDefined By
 Inherited
doDispose():void
FileLoaderState
Property Detail
isQueuedproperty
isQueued:Boolean  [read-only] [override]


Implementation
    public function get isQueued():Boolean
Constructor Detail
QueuedFileLoader()Constructor
public function QueuedFileLoader(algorithm:IFileLoadingAlgorithm)

description

Parameters
algorithm:IFileLoadingAlgorithm