EventSoundEvent
| Kind of class: | class |
|---|---|
| Inherits from: | Event |
| Dispatched by: | |
| Classpath: | org.asapframework.management.sound.EventSoundEvent |
| File last modified: | Tuesday, 03 October 2006, 09:43:52 |
Event extension used by EventSound
Summary
Constructor
Class properties
Constructor
EventSoundEvent
function EventSoundEvent (
inType:String,
inSource:EventSound,
inSuccess:Boolean)
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,write)
ON_LOADED
static ON_LOADED:String = "onEventSoundLoaded"
(read,write)
Instance properties
success
success:Boolean
(read,write)
Indicates successful loading when the ON_LOADED event is broadcast