Packageorg.osflash.signals.natives.sets
Classpublic class SoundChannelSignalSet
InheritanceSoundChannelSignalSet Inheritance EventDispatcherSignalSet Inheritance NativeSignalSet Inheritance Object



Public Properties
 PropertyDefined By
 Inheritedactivate : NativeSignal
[read-only]
EventDispatcherSignalSet
 Inheriteddeactivate : NativeSignal
[read-only]
EventDispatcherSignalSet
 InheritednumListeners : int
[read-only] The current number of listeners for the signal.
NativeSignalSet
 Inheritedsignals : Array
[read-only] The signals in the SignalSet as an Array.
NativeSignalSet
  soundComplete : NativeSignal
[read-only]
SoundChannelSignalSet
Protected Properties
 PropertyDefined By
 Inheritedtarget : IEventDispatcher
NativeSignalSet
Public Methods
 MethodDefined By
  
SoundChannelSignalSet(target:SoundChannel)
SoundChannelSignalSet
 Inherited
getNativeSignal(eventType:String, eventClass:Class = null):NativeSignal
Lazily instantiates a NativeSignal
NativeSignalSet
 Inherited
removeAll():void
Unsubscribes all listeners from all signals in the set.
NativeSignalSet
Protected Constants
 ConstantDefined By
 Inherited_signals : Dictionary
NativeSignalSet
Property Detail
soundCompleteproperty
soundComplete:NativeSignal  [read-only]


Implementation
    public function get soundComplete():NativeSignal
Constructor Detail
SoundChannelSignalSet()Constructor
public function SoundChannelSignalSet(target:SoundChannel)



Parameters
target:SoundChannel