| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object
|
+--xp.events.Event
|
+--xp.events.ProgressEvent
Field Summary | ||
| bytesLoaded: Number | ||
| The current bytes loaded. | ||
| bytesTotal: Number | ||
| The total bytes that will be loaded. | ||
| container: Object | ||
| The container or owner control of the content. | ||
| content: Object | ||
| The content being loaded. | ||
| errorCode: String | ||
| If the load fails the error code if any will be set here. | ||
| eventName: String | ||
| The name of the event. One of loadError,loadStart,loadInit,loadProgress,loadComplete | ||
| subtype | ||
| Deprecated. | ||
| ||
Constructor | ||
| public | ProgressEvent ( eventName: String, container: Object, content: Object, bytesLoaded: Number, bytesTotal: Number, errorCode: String) | |
| Constructs a new progress event | ||
| var bytesLoaded: Number |
| The current bytes loaded. |
| var bytesTotal: Number |
| The total bytes that will be loaded. |
| var container: Object |
| The container or owner control of the content. |
| var content: Object |
| The content being loaded. |
| var errorCode: String |
| If the load fails the error code if any will be set here. If set one of "URLNotFound" or "LoadNeverCompleted" |
| var eventName: String |
| The name of the event. One of loadError,loadStart,loadInit,loadProgress,loadComplete |
| var subtype |
| Deprecated. |
|
| Constructs a new progress event | ||||||||||||||||||
|