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):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 |
override public function dispatchEvent(event:Event):Boolean
Parameters
event:Event |
Boolean |
dispose | () | method |
public function dispose():void
hasEventListener | () | method |
override public function hasEventListener(type:String):Boolean
Parameters
type:String |
Boolean |
load | () | method |
public function load():void
description
parseData | () | method |
protected function parseData(rawData:*):*
Parameters
rawData:* |
* |
removeEventListener | () | method |
override 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 |
override public function willTrigger(type:String):Boolean
Parameters
type:String |
Boolean |