| Package | org.vostokframework.domain.loading.states.fileloader.algorithms |
| Class | public class FileLoadingAlgorithm |
| Inheritance | FileLoadingAlgorithm flash.events.EventDispatcher |
| Implements | IFileLoadingAlgorithm |
| Method | Defined By | ||
|---|---|---|---|
FileLoadingAlgorithm(dataLoader:IDataLoader)
description
| FileLoadingAlgorithm | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void [override] | FileLoadingAlgorithm | ||
addParsers(parsers:IList):void | FileLoadingAlgorithm | ||
cancel():void
description
| FileLoadingAlgorithm | ||
dispatchEvent(event:Event):Boolean [override] | FileLoadingAlgorithm | ||
dispose():void | FileLoadingAlgorithm | ||
hasEventListener(type:String):Boolean [override] | FileLoadingAlgorithm | ||
load():void
description
| FileLoadingAlgorithm | ||
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void [override] | FileLoadingAlgorithm | ||
stop():void
description
| FileLoadingAlgorithm | ||
willTrigger(type:String):Boolean [override] | FileLoadingAlgorithm | ||
| Method | Defined By | ||
|---|---|---|---|
parseData(rawData:*):* | FileLoadingAlgorithm | ||
| FileLoadingAlgorithm | () | Constructor |
public function FileLoadingAlgorithm(dataLoader:IDataLoader)description
ParametersdataLoader:IDataLoader |
| addEventListener | () | method |
override public function addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):voidParameters
type:String | |
listener:Function | |
useCapture:Boolean (default = false) | |
priority:int (default = 0) | |
useWeakReference:Boolean (default = false) |
| addParsers | () | method |
public function addParsers(parsers:IList):voidParameters
parsers:IList |
| cancel | () | method |
public function cancel():voiddescription
| dispatchEvent | () | method |
override public function dispatchEvent(event:Event):BooleanParameters
event:Event |
Boolean |
| dispose | () | method |
public function dispose():void| hasEventListener | () | method |
override public function hasEventListener(type:String):BooleanParameters
type:String |
Boolean |
| load | () | method |
public function load():voiddescription
| parseData | () | method |
protected function parseData(rawData:*):*Parameters
rawData:* |
* |
| removeEventListener | () | method |
override public function removeEventListener(type:String, listener:Function, useCapture:Boolean = false):voidParameters
type:String | |
listener:Function | |
useCapture:Boolean (default = false) |
| stop | () | method |
public function stop():voiddescription
| willTrigger | () | method |
override public function willTrigger(type:String):BooleanParameters
type:String |
Boolean |