Packageorg.springextensions.actionscript.core.io
SVN browsingIResourceLoader.as
FisheyeIResourceLoader.as
Interfacepublic interface IResourceLoader
ImplementorsPropertyPlaceholderConfigurer

Interface to be implemented by classes that need to load a resource (xml, text, properties, ...) asynchronously.



Public Methods
 MethodDefined by
  
Loads the resource asynchronously and returns an operation that invokers can listen to.
IResourceLoader
Method detail
load()method
public function load():IOperation

Loads the resource asynchronously and returns an operation that invokers can listen to.

Returns
IOperation — an operation for the load operation