Packageorg.vostokframework.domain.loading.states.fileloader
Interfacepublic interface IFileLoadingAlgorithm extends flash.events.IEventDispatcher, org.as3coreaddendum.system.IDisposable
Implementors FileLoadingAlgorithm, FileLoadingAlgorithmBehavior

description



Public Methods
 MethodDefined By
  
addParsers(parsers:IList):void
IFileLoadingAlgorithm
  
cancel():void
IFileLoadingAlgorithm
  
load():void
IFileLoadingAlgorithm
  
stop():void
IFileLoadingAlgorithm
Method Detail
addParsers()method
public function addParsers(parsers:IList):void

Parameters

parsers:IList

cancel()method 
public function cancel():void

load()method 
public function load():void

stop()method 
public function stop():void