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
Class properties
Instance properties
  • success : Boolean
    • Indicates successful loading when the ON_LOADED event is broadcast
Instance properties inherited from Event

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)

ON_LOADED

static ON_LOADED:String = "onEventSoundLoaded"
(read)

Instance properties

success

success:Boolean
(read)

Indicates successful loading when the ON_LOADED event is broadcast