| Package | com.bourre.media |
| Class | public class GlobalSoundManagerEvent |
| Inheritance | GlobalSoundManagerEvent BasicEvent flash.events.Event |
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
TODO Documentation.
| Property | Defined by | ||
|---|---|---|---|
| onGlobalSoundChangeEVENT : String = "" [static]
| GlobalSoundManagerEvent | ||
![]() | target : Object
The source object of this event
| BasicEvent | |
![]() | type : String
The type of this event
| BasicEvent | |
| Property | Defined by | ||
|---|---|---|---|
| _oSTDI : SoundTransformInfo | GlobalSoundManagerEvent | ||
![]() | _oTarget : Object
The source object of this event, redefined to provide write access
| BasicEvent | |
![]() | _sType : String
The type of the event, redefined to provide write access
| BasicEvent | |
| Method | Defined by | ||
|---|---|---|---|
| GlobalSoundManagerEvent | |||
![]() |
clone():Event
Clone the event
| BasicEvent | |
| GlobalSoundManagerEvent | |||
![]() |
getTarget():Object
Returns the current source of this event object.
| BasicEvent | |
![]() |
getType():String
Returns the type of this event, which generally correspond
to the name of the called function on the listener.
| BasicEvent | |
|
hasSoundTransformInfo():Boolean
| GlobalSoundManagerEvent | ||
![]() |
setTarget(oTarget:Object):void
Defines the new source object of this event.
| BasicEvent | |
![]() |
setType(en:String):void
Defines the new event type for this event object.
| BasicEvent | |
![]() |
toString():String
Returns the string representation of this instance.
| BasicEvent | |
| onGlobalSoundChangeEVENT | property |
public static var onGlobalSoundChangeEVENT:String = ""
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
| _oSTDI | property |
protected var _oSTDI:SoundTransformInfo
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
| GlobalSoundManagerEvent | () | constructor |
public function GlobalSoundManagerEvent(oSTDI:SoundTransformInfo)
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
oSTDI:SoundTransformInfo |
| getSoundTransformInfo | () | method |
public function getSoundTransformInfo():SoundTransformInfo
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
SoundTransformInfo |
| hasSoundTransformInfo | () | method |
public function hasSoundTransformInfo():Boolean
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Boolean |