Package | org.vostokframework.domain.loading.states.fileloader.algorithms |
Class | public class MaxAttemptsFileLoadingAlgorithm |
Inheritance | MaxAttemptsFileLoadingAlgorithm FileLoadingAlgorithmBehavior Object |
Method | Defined By | ||
---|---|---|---|
MaxAttemptsFileLoadingAlgorithm(wrapAlgorithm:IFileLoadingAlgorithm, maxAttempts:int = 1)
description
| MaxAttemptsFileLoadingAlgorithm | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void [override] | MaxAttemptsFileLoadingAlgorithm | ||
addParsers(parsers:IList):void | FileLoadingAlgorithmBehavior | ||
cancel():void
description
| FileLoadingAlgorithmBehavior | ||
dispatchEvent(event:Event):Boolean [override] | MaxAttemptsFileLoadingAlgorithm | ||
dispose():void | FileLoadingAlgorithmBehavior | ||
hasEventListener(type:String):Boolean [override] | MaxAttemptsFileLoadingAlgorithm | ||
load():void [override]
description
| MaxAttemptsFileLoadingAlgorithm | ||
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void [override] | MaxAttemptsFileLoadingAlgorithm | ||
stop():void
description
| FileLoadingAlgorithmBehavior | ||
willTrigger(type:String):Boolean [override] | MaxAttemptsFileLoadingAlgorithm |
Method | Defined By | ||
---|---|---|---|
doDispose():void [override] | MaxAttemptsFileLoadingAlgorithm |
MaxAttemptsFileLoadingAlgorithm | () | Constructor |
public function MaxAttemptsFileLoadingAlgorithm(wrapAlgorithm:IFileLoadingAlgorithm, maxAttempts:int = 1)
description
ParameterswrapAlgorithm:IFileLoadingAlgorithm | |
maxAttempts:int (default = 1 )
|
addEventListener | () | method |
override public function addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Parameters
type:String | |
listener:Function | |
useCapture:Boolean (default = false )
| |
priority:int (default = 0 )
| |
useWeakReference:Boolean (default = false )
|
dispatchEvent | () | method |
override public function dispatchEvent(event:Event):Boolean
Parameters
event:Event |
Boolean |
doDispose | () | method |
override protected function doDispose():void
hasEventListener | () | method |
override public function hasEventListener(type:String):Boolean
Parameters
type:String |
Boolean |
load | () | method |
override public function load():void
description
removeEventListener | () | method |
override public function removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Parameters
type:String | |
listener:Function | |
useCapture:Boolean (default = false )
|
willTrigger | () | method |
override public function willTrigger(type:String):Boolean
Parameters
type:String |
Boolean |