Packageorg.vostokframework.domain.loading.states.fileloader
Classpublic class StoppedFileLoader
InheritanceStoppedFileLoader Inheritance FileLoaderState Inheritance Object

description



Public Properties
 PropertyDefined By
 InheritedisLoading : Boolean
[read-only]
FileLoaderState
 InheritedisQueued : Boolean
[read-only]
FileLoaderState
  isStopped : Boolean
[override] [read-only]
StoppedFileLoader
 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
StoppedFileLoader
 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
  
stop():void
[override]
StoppedFileLoader
 Inherited
stopChild(identification:VostokIdentification):void
FileLoaderState
Protected Methods
 MethodDefined By
 Inherited
doDispose():void
FileLoaderState
Property Detail
isStoppedproperty
isStopped:Boolean  [read-only] [override]


Implementation
    public function get isStopped():Boolean
Constructor Detail
StoppedFileLoader()Constructor
public function StoppedFileLoader(loader:ILoaderStateTransition, algorithm:IFileLoadingAlgorithm)

description

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