Package | org.vostokframework.domain.loading.loaders |
Class | public class VostokLoader |
Inheritance | VostokLoader flash.events.EventDispatcher |
Implements | ILoaderStateTransition |
Property | Defined By | ||
---|---|---|---|
identification : VostokIdentification [read-only]
description
| VostokLoader | ||
index : int
description
| VostokLoader | ||
isLoading : Boolean [read-only] | VostokLoader | ||
isQueued : Boolean [read-only] | VostokLoader | ||
isStopped : Boolean [read-only] | VostokLoader | ||
maxConcurrentConnections : int [read-only] | VostokLoader | ||
openedConnections : int [read-only]
description
| VostokLoader | ||
priority : int
description
| VostokLoader |
Method | Defined By | ||
---|---|---|---|
description
| VostokLoader | ||
description
| VostokLoader | ||
addChildren(children:IList):void
description
| VostokLoader | ||
cancel():void
description
| VostokLoader | ||
cancelChild(identification:VostokIdentification):void
description
| VostokLoader | ||
containsChild(identification:VostokIdentification):Boolean
description
| VostokLoader | ||
dispose():void
description
| VostokLoader | ||
equals(other:*):Boolean | VostokLoader | ||
description
| VostokLoader | ||
description
| VostokLoader | ||
load():void
description
| VostokLoader | ||
removeChild(identification:VostokIdentification):void
description
| VostokLoader | ||
resumeChild(identification:VostokIdentification):void
description
| VostokLoader | ||
setMaxConcurrentConnections(value:int):void
description
| VostokLoader | ||
stop():void
description
| VostokLoader | ||
stopChild(identification:VostokIdentification):void
description
| VostokLoader | ||
toString():String [override] | VostokLoader |
identification | property |
identification:VostokIdentification
[read-only] description
public function get identification():VostokIdentification
index | property |
index:int
description
public function get index():int
public function set index(value:int):void
isLoading | property |
isLoading:Boolean
[read-only] public function get isLoading():Boolean
isQueued | property |
isQueued:Boolean
[read-only] public function get isQueued():Boolean
isStopped | property |
isStopped:Boolean
[read-only] public function get isStopped():Boolean
maxConcurrentConnections | property |
maxConcurrentConnections:int
[read-only] public function get maxConcurrentConnections():int
openedConnections | property |
openedConnections:int
[read-only] description
public function get openedConnections():int
priority | property |
priority:int
description
public function get priority():int
public function set priority(value:int):void
VostokLoader | () | Constructor |
public function VostokLoader(identification:VostokIdentification, state:ILoaderState, priority:LoadPriority)
description
Parametersidentification:VostokIdentification | |
state:ILoaderState | |
priority:LoadPriority |
addChild | () | method |
addChildren | () | method |
public function addChildren(children:IList):void
description
Parameters
children:IList |
cancel | () | method |
public function cancel():void
description
cancelChild | () | method |
public function cancelChild(identification:VostokIdentification):void
description
Parameters
identification:VostokIdentification |
containsChild | () | method |
public function containsChild(identification:VostokIdentification):Boolean
description
Parameters
identification:VostokIdentification |
Boolean |
dispose | () | method |
public function dispose():void
description
equals | () | method |
public function equals(other:*):Boolean
Parameters
other:* |
Boolean |
getChild | () | method |
public function getChild(identification:VostokIdentification):ILoader
description
Parameters
identification:VostokIdentification |
ILoader |
getParent | () | method |
public function getParent(identification:VostokIdentification):ILoader
description
Parameters
identification:VostokIdentification |
ILoader |
load | () | method |
public function load():void
description
removeChild | () | method |
public function removeChild(identification:VostokIdentification):void
description
Parameters
identification:VostokIdentification |
resumeChild | () | method |
public function resumeChild(identification:VostokIdentification):void
description
Parameters
identification:VostokIdentification |
setMaxConcurrentConnections | () | method |
public function setMaxConcurrentConnections(value:int):void
description
Parameters
value:int |
stop | () | method |
public function stop():void
description
stopChild | () | method |
public function stopChild(identification:VostokIdentification):void
description
Parameters
identification:VostokIdentification |
toString | () | method |
override public function toString():String
ReturnsString |