EventSoundEvent
| Kind of class: | class |
|---|---|
| Inherits from: | Event |
| Dispatched by: | |
| Classpath: | org.asapframework.management.sound.EventSoundEvent |
| File last modified: | Wednesday, 04 October 2006, 01:10:46 |
Event extension used by EventSound
Summary
Constructor
- EventSoundEvent (inType:String, inSource:EventSound, inSuccess:Boolean)
- Constructor
Class properties
- ON_COMPLETE : String
- ON_LOADED : String
Constructor
EventSoundEvent
Constructor
Parameters:
inType :
type of event to be broadcast
inSource :
EventSound object sending event
inSuccess:
Indicates successful loading when the ON_LOADED event is broadcast
Class properties
ON_COMPLETE
static ON_COMPLETE:String = "onEventSoundComplete"
(read)
ON_LOADED
static ON_LOADED:String = "onEventSoundLoaded"
(read)
Instance properties
success
success:Boolean
(read)
Indicates successful loading when the ON_LOADED event is broadcast