Packageorg.vostokframework.domain.loading.states.fileloader
Classpublic class LoadingFileLoader
InheritanceLoadingFileLoader Inheritance FileLoaderState Inheritance Object

description



Public Properties
 PropertyDefined By
  isLoading : Boolean
[override] [read-only]
LoadingFileLoader
 InheritedisQueued : Boolean
[read-only]
FileLoaderState
 InheritedisStopped : Boolean
[read-only]
FileLoaderState
 InheritedmaxConcurrentConnections : int
[read-only]
FileLoaderState
  openedConnections : int
[override] [read-only]
LoadingFileLoader
Protected Properties
 PropertyDefined By
 Inheritedalgorithm : IFileLoadingAlgorithm
[read-only]
FileLoaderState
 Inheritedloader : ILoaderStateTransition
[read-only]
FileLoaderState
Public Methods
 MethodDefined By
  
description
LoadingFileLoader
 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
  
load():void
[override]
LoadingFileLoader
 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
  
doDispose():void
[override]
LoadingFileLoader
Property Detail
isLoadingproperty
isLoading:Boolean  [read-only] [override]


Implementation
    public function get isLoading():Boolean
openedConnectionsproperty 
openedConnections:int  [read-only] [override]


Implementation
    public function get openedConnections():int
Constructor Detail
LoadingFileLoader()Constructor
public function LoadingFileLoader(loader:ILoaderStateTransition, algorithm:IFileLoadingAlgorithm)

description

Parameters
loader:ILoaderStateTransition
 
algorithm:IFileLoadingAlgorithm
Method Detail
doDispose()method
override protected function doDispose():void

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