| Package | org.vostokframework.domain.loading.states.fileloader |
| Class | public class LoadingFileLoader |
| Inheritance | LoadingFileLoader FileLoaderState Object |
| Property | Defined By | ||
|---|---|---|---|
| isLoading : Boolean [override] [read-only] | LoadingFileLoader | ||
![]() | isQueued : Boolean [read-only] | FileLoaderState | |
![]() | isStopped : Boolean [read-only] | FileLoaderState | |
![]() | maxConcurrentConnections : int [read-only] | FileLoaderState | |
| openedConnections : int [override] [read-only] | LoadingFileLoader | ||
| Method | Defined By | ||
|---|---|---|---|
description
| LoadingFileLoader | ||
![]() | FileLoaderState | ||
![]() | addChildren(children:IList):void | FileLoaderState | |
![]() | cancel():void | FileLoaderState | |
![]() | cancelChild(identification:VostokIdentification):void | FileLoaderState | |
![]() | containsChild(identification:VostokIdentification):Boolean | FileLoaderState | |
![]() | dispose():void | FileLoaderState | |
![]() | FileLoaderState | ||
![]() | FileLoaderState | ||
load():void [override] | LoadingFileLoader | ||
![]() | removeChild(identification:VostokIdentification):void | FileLoaderState | |
![]() | resumeChild(identification:VostokIdentification):void | FileLoaderState | |
![]() | setLoader(loader:ILoaderStateTransition):void | FileLoaderState | |
![]() | setMaxConcurrentConnections(value:int):void | FileLoaderState | |
![]() | stop():void | FileLoaderState | |
![]() | stopChild(identification:VostokIdentification):void | FileLoaderState | |
| Method | Defined By | ||
|---|---|---|---|
doDispose():void [override] | LoadingFileLoader | ||
| isLoading | property |
isLoading:Boolean [read-only] [override] public function get isLoading():Boolean| openedConnections | property |
openedConnections:int [read-only] [override] public function get openedConnections():int| LoadingFileLoader | () | Constructor |
public function LoadingFileLoader(loader:ILoaderStateTransition, algorithm:IFileLoadingAlgorithm)description
Parametersloader:ILoaderStateTransition | |
algorithm:IFileLoadingAlgorithm |
| doDispose | () | method |
override protected function doDispose():void| load | () | method |
override public function load():void