Packageorg.vostokframework.domain.loading.states.fileloader.algorithms
Classpublic class LatencyTimeoutFileLoadingAlgorithm
InheritanceLatencyTimeoutFileLoadingAlgorithm Inheritance FileLoadingAlgorithmBehavior Inheritance Object

description



Protected Properties
 PropertyDefined By
 Inheritederrors : IList
[read-only]
FileLoadingAlgorithmBehavior
 InheritedwrappedAlgorithm : IFileLoadingAlgorithm
[read-only]
FileLoadingAlgorithmBehavior
Public Methods
 MethodDefined By
  
LatencyTimeoutFileLoadingAlgorithm(wrapAlgorithm:IFileLoadingAlgorithm, latencyTimeout:Number = 12000)
description
LatencyTimeoutFileLoadingAlgorithm
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
FileLoadingAlgorithmBehavior
 Inherited
addParsers(parsers:IList):void
FileLoadingAlgorithmBehavior
  
cancel():void
[override] description
LatencyTimeoutFileLoadingAlgorithm
 Inherited
dispatchEvent(event:Event):Boolean
FileLoadingAlgorithmBehavior
 Inherited
dispose():void
FileLoadingAlgorithmBehavior
 Inherited
hasEventListener(type:String):Boolean
FileLoadingAlgorithmBehavior
  
load():void
[override] description
LatencyTimeoutFileLoadingAlgorithm
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
FileLoadingAlgorithmBehavior
  
stop():void
[override] description
LatencyTimeoutFileLoadingAlgorithm
 Inherited
willTrigger(type:String):Boolean
FileLoadingAlgorithmBehavior
Protected Methods
 MethodDefined By
  
doDispose():void
[override]
LatencyTimeoutFileLoadingAlgorithm
Constructor Detail
LatencyTimeoutFileLoadingAlgorithm()Constructor
public function LatencyTimeoutFileLoadingAlgorithm(wrapAlgorithm:IFileLoadingAlgorithm, latencyTimeout:Number = 12000)

description

Parameters
wrapAlgorithm:IFileLoadingAlgorithm
 
latencyTimeout:Number (default = 12000)
Method Detail
cancel()method
override public function cancel():void

description

doDispose()method 
override protected function doDispose():void

load()method 
override public function load():void

description

stop()method 
override public function stop():void

description