Packageorg.vostokframework.domain.loading.states.fileloader
Classpublic class CompleteFileLoader
InheritanceCompleteFileLoader Inheritance FileLoaderState Inheritance Object

description



Public Properties
 PropertyDefined By
 InheritedisLoading : Boolean
[read-only]
FileLoaderState
 InheritedisQueued : Boolean
[read-only]
FileLoaderState
 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
CompleteFileLoader
 Inherited
addChild(child:ILoader):void
FileLoaderState
 Inherited
addChildren(children:IList):void
FileLoaderState
  
cancel():void
[override]
CompleteFileLoader
 Inherited
cancelChild(identification:VostokIdentification):void
FileLoaderState
 Inherited
containsChild(identification:VostokIdentification):Boolean
FileLoaderState
 Inherited
dispose():void
FileLoaderState
 Inherited
FileLoaderState
 Inherited
FileLoaderState
  
load():void
[override]
CompleteFileLoader
 Inherited
removeChild(identification:VostokIdentification):void
FileLoaderState
 Inherited
resumeChild(identification:VostokIdentification):void
FileLoaderState
 Inherited
FileLoaderState
 Inherited
FileLoaderState
  
stop():void
[override]
CompleteFileLoader
 Inherited
stopChild(identification:VostokIdentification):void
FileLoaderState
Protected Methods
 MethodDefined By
  
doDispose():void
[override]
CompleteFileLoader
Constructor Detail
CompleteFileLoader()Constructor
public function CompleteFileLoader(loader:ILoaderStateTransition, algorithm:IFileLoadingAlgorithm)

description

Parameters
loader:ILoaderStateTransition
 
algorithm:IFileLoadingAlgorithm
Method Detail
cancel()method
override public function cancel():void

doDispose()method 
override protected function doDispose():void

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

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