| 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:intdescription
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:intdescription
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):voiddescription
Parameters
children:IList |
| cancel | () | method |
public function cancel():voiddescription
| cancelChild | () | method |
public function cancelChild(identification:VostokIdentification):voiddescription
Parameters
identification:VostokIdentification |
| containsChild | () | method |
public function containsChild(identification:VostokIdentification):Booleandescription
Parameters
identification:VostokIdentification |
Boolean |
| dispose | () | method |
public function dispose():voiddescription
| equals | () | method |
public function equals(other:*):BooleanParameters
other:* |
Boolean |
| getChild | () | method |
public function getChild(identification:VostokIdentification):ILoaderdescription
Parameters
identification:VostokIdentification |
ILoader |
| getParent | () | method |
public function getParent(identification:VostokIdentification):ILoaderdescription
Parameters
identification:VostokIdentification |
ILoader |
| load | () | method |
public function load():voiddescription
| removeChild | () | method |
public function removeChild(identification:VostokIdentification):voiddescription
Parameters
identification:VostokIdentification |
| resumeChild | () | method |
public function resumeChild(identification:VostokIdentification):voiddescription
Parameters
identification:VostokIdentification |
| setMaxConcurrentConnections | () | method |
public function setMaxConcurrentConnections(value:int):voiddescription
Parameters
value:int |
| stop | () | method |
public function stop():voiddescription
| stopChild | () | method |
public function stopChild(identification:VostokIdentification):voiddescription
Parameters
identification:VostokIdentification |
| toString | () | method |
override public function toString():StringReturnsString |