Packagecom.bourre.media
Classpublic class GlobalSoundManagerEvent
InheritanceGlobalSoundManagerEvent Inheritance BasicEvent Inheritance flash.events.Event

Player version: Flash Player 9.0
Language version: ActionScript 3.0

The GlobalSoundManagerEvent class.

TODO Documentation.



Public Properties
 PropertyDefined by
  onGlobalSoundChangeEVENT : String = ""
[static]
GlobalSoundManagerEvent
 Inheritedtarget : Object
The source object of this event
BasicEvent
 Inheritedtype : String
The type of this event
BasicEvent
Protected Properties
 PropertyDefined by
  _oSTDI : SoundTransformInfo
GlobalSoundManagerEvent
 Inherited_oTarget : Object
The source object of this event, redefined to provide write access
BasicEvent
 Inherited_sType : String
The type of the event, redefined to provide write access
BasicEvent
Public Methods
 MethodDefined by
  
GlobalSoundManagerEvent
 Inherited
clone():Event
Clone the event
BasicEvent
  
GlobalSoundManagerEvent
 Inherited
getTarget():Object
Returns the current source of this event object.
BasicEvent
 Inherited
getType():String
Returns the type of this event, which generally correspond to the name of the called function on the listener.
BasicEvent
  
GlobalSoundManagerEvent
 Inherited
setTarget(oTarget:Object):void
Defines the new source object of this event.
BasicEvent
 Inherited
setType(en:String):void
Defines the new event type for this event object.
BasicEvent
 Inherited
toString():String
Returns the string representation of this instance.
BasicEvent
Property detail
onGlobalSoundChangeEVENTproperty
public static var onGlobalSoundChangeEVENT:String = ""

Player version: Flash Player 9.0
Language version: ActionScript 3.0

_oSTDIproperty 
protected var _oSTDI:SoundTransformInfo

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Constructor detail
GlobalSoundManagerEvent()constructor
public function GlobalSoundManagerEvent(oSTDI:SoundTransformInfo)

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Parameters
oSTDI:SoundTransformInfo
Method detail
getSoundTransformInfo()method
public function getSoundTransformInfo():SoundTransformInfo

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns
SoundTransformInfo
hasSoundTransformInfo()method 
public function hasSoundTransformInfo():Boolean

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns
Boolean