Package | org.vostokframework.domain.loading.states.fileloader.algorithms |
Class | public class FileLoadingAlgorithmBehavior |
Inheritance | FileLoadingAlgorithmBehavior Object |
Implements | IFileLoadingAlgorithm |
Subclasses | DelayableFileLoadingAlgorithm, LatencyTimeoutFileLoadingAlgorithm, MaxAttemptsFileLoadingAlgorithm |
Property | Defined By | ||
---|---|---|---|
errors : IList [read-only] | FileLoadingAlgorithmBehavior | ||
wrappedAlgorithm : IFileLoadingAlgorithm [read-only] | FileLoadingAlgorithmBehavior |
Method | Defined By | ||
---|---|---|---|
FileLoadingAlgorithmBehavior(wrapAlgorithm:IFileLoadingAlgorithm)
description
| FileLoadingAlgorithmBehavior | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void | FileLoadingAlgorithmBehavior | ||
addParsers(parsers:IList):void | FileLoadingAlgorithmBehavior | ||
cancel():void
description
| FileLoadingAlgorithmBehavior | ||
dispatchEvent(event:Event):Boolean | FileLoadingAlgorithmBehavior | ||
dispose():void | FileLoadingAlgorithmBehavior | ||
hasEventListener(type:String):Boolean | FileLoadingAlgorithmBehavior | ||
load():void
description
| FileLoadingAlgorithmBehavior | ||
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void | FileLoadingAlgorithmBehavior | ||
stop():void
description
| FileLoadingAlgorithmBehavior | ||
willTrigger(type:String):Boolean | FileLoadingAlgorithmBehavior |
Method | Defined By | ||
---|---|---|---|
doDispose():void | FileLoadingAlgorithmBehavior |
errors | property |
errors:IList
[read-only] protected function get errors():IList
wrappedAlgorithm | property |
wrappedAlgorithm:IFileLoadingAlgorithm
[read-only] protected function get wrappedAlgorithm():IFileLoadingAlgorithm
FileLoadingAlgorithmBehavior | () | Constructor |
public function FileLoadingAlgorithmBehavior(wrapAlgorithm:IFileLoadingAlgorithm)
description
ParameterswrapAlgorithm:IFileLoadingAlgorithm |
addEventListener | () | method |
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 )
|
addParsers | () | method |
public function addParsers(parsers:IList):void
Parameters
parsers:IList |
cancel | () | method |
public function cancel():void
description
dispatchEvent | () | method |
public function dispatchEvent(event:Event):Boolean
Parameters
event:Event |
Boolean |
dispose | () | method |
public function dispose():void
doDispose | () | method |
protected function doDispose():void
hasEventListener | () | method |
public function hasEventListener(type:String):Boolean
Parameters
type:String |
Boolean |
load | () | method |
public function load():void
description
removeEventListener | () | method |
public function removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Parameters
type:String | |
listener:Function | |
useCapture:Boolean (default = false )
|
stop | () | method |
public function stop():void
description
willTrigger | () | method |
public function willTrigger(type:String):Boolean
Parameters
type:String |
Boolean |