Packageorg.vostokframework.domain.loading.loaders
Classpublic class VostokLoader
InheritanceVostokLoader Inheritance flash.events.EventDispatcher
Implements ILoaderStateTransition

description



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
description
VostokLoader
  
addChild(child:ILoader):void
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
  
description
VostokLoader
  
stop():void
description
VostokLoader
  
stopChild(identification:VostokIdentification):void
description
VostokLoader
  
toString():String
[override]
VostokLoader
Property Detail
identificationproperty
identification:VostokIdentification  [read-only]

description


Implementation
    public function get identification():VostokIdentification
indexproperty 
index:int

description


Implementation
    public function get index():int
    public function set index(value:int):void
isLoadingproperty 
isLoading:Boolean  [read-only]


Implementation
    public function get isLoading():Boolean
isQueuedproperty 
isQueued:Boolean  [read-only]


Implementation
    public function get isQueued():Boolean
isStoppedproperty 
isStopped:Boolean  [read-only]


Implementation
    public function get isStopped():Boolean
maxConcurrentConnectionsproperty 
maxConcurrentConnections:int  [read-only]


Implementation
    public function get maxConcurrentConnections():int
openedConnectionsproperty 
openedConnections:int  [read-only]

description


Implementation
    public function get openedConnections():int
priorityproperty 
priority:int

description


Implementation
    public function get priority():int
    public function set priority(value:int):void
Constructor Detail
VostokLoader()Constructor
public function VostokLoader(identification:VostokIdentification, state:ILoaderState, priority:LoadPriority)

description

Parameters
identification:VostokIdentification
 
state:ILoaderState
 
priority:LoadPriority
Method Detail
addChild()method
public function addChild(child:ILoader):void

description

Parameters

child:ILoader

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

Returns
Boolean
dispose()method 
public function dispose():void

description

equals()method 
public function equals(other:*):Boolean

Parameters

other:*

Returns
Boolean
getChild()method 
public function getChild(identification:VostokIdentification):ILoader

description

Parameters

identification:VostokIdentification

Returns
ILoader
getParent()method 
public function getParent(identification:VostokIdentification):ILoader

description

Parameters

identification:VostokIdentification

Returns
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

Returns
String