| Package | org.springextensions.actionscript.core.io |
| SVN browsing | IResourceLoader.as |
| Fisheye | IResourceLoader.as |
| Interface | public interface IResourceLoader |
| Implementors | PropertyPlaceholderConfigurer |
| Method | Defined by | ||
|---|---|---|---|
|
Loads the resource asynchronously and returns an operation that invokers can listen to.
| IResourceLoader | ||
| load | () | method |
public function load():IOperationLoads the resource asynchronously and returns an operation that invokers can listen to.
ReturnsIOperation —
an operation for the load operation
|