Package | com.sibirjak.angara.resource.loaders |
Interface | public interface IURLLoaderDelegate extends IResourceLoader, ILoaderItem, IProgressInfo, flash.events.IEventDispatcher |
Implementors | URLLoaderDelegate |
Property | Defined by | ||
---|---|---|---|
![]() | bytesLoaded : uint
Returns the number of bytes already loaded.
| IResourceLoader | |
![]() | bytesTotal : uint
Returns the number of bytes total.
| IResourceLoader | |
![]() | callbackFunction : Function
Defines a callback function that will be executed right before the
ResourceLoaderEvent.COMPLETE event.
| IResourceLoader | |
![]() | content : *
Returns a reference to the loaded content.
| IResourceLoader | |
dataFormat : String [write-only]
Specifies the data format of the resource to load.
| IURLLoaderDelegate | ||
![]() | failedLoadingTrials : uint
Returns the number of failed loading trails.
| IResourceLoader | |
![]() | httpStatus : int
Returns the http status of a loaded resource.
| IResourceLoader | |
![]() | itemType : String
The type of the loader item.
| ILoaderItem | |
![]() | key : String
Returns the identifying key of the loader item.
| ILoaderItem | |
![]() | loadingError : LoadingError
Returns the loading error in a ResourceLoaderEvent.FAILURE event.
| IResourceLoader | |
![]() | maxLoadingTrials : uint
Returns the max number of trails in case of failures.
| IResourceLoader | |
![]() | numItems : uint
Returns the number of items to be loaded within the loader item.
| IProgressInfo | |
![]() | numItemsFailed : uint
Returns the number of items failed within the loader item.
| IProgressInfo | |
![]() | numItemsLoaded : uint
Returns the number of items loaded within the loader item.
| IProgressInfo | |
![]() | progress : Number
Returns the progress of the loader item as a decimal value between zero and 1.
| IProgressInfo | |
![]() | scheduled : Boolean
Returns true, if the item already has been added to the loader manager
directly or to a sequence or a sequence manager.
| ILoaderItem | |
![]() | status : String
The current loading status.
| ILoaderItem | |
![]() | timeout : uint
Specifies a timeout after that the resource loader will fail.
| IResourceLoader | |
![]() | url : String
Returns the URL of the resource loader.
| IResourceLoader |