Class createjs.ProgressEvent
Extends
.
Defined in: progress_event.js.
Constructor Attributes | Constructor Name and Description |
---|---|
createjs.ProgressEvent(type, bubbles, cancelable, loaded, total, progress)
A class that represents a progress event sent by the createjs.LoadQueue
object.
|
Class Detail
createjs.ProgressEvent(type, bubbles, cancelable, loaded, total, progress)
A class that represents a progress event sent by the createjs.LoadQueue
object.
- Parameters:
- {string} type
- {boolean} bubbles
- {boolean} cancelable
- {number} loaded
- {number} total
- {number} progress