Packagecom.whirled.contrib.sound
Classpublic class SimpleSoundEffect
ImplementsSoundEffect



Public Properties
 PropertyDefined by
  playType : PlayType
[read-only]
SimpleSoundEffect
  sound : String
[read-only]
SimpleSoundEffect
Protected Properties
 PropertyDefined by
  _playType : PlayType
SimpleSoundEffect
  _sound : String
SimpleSoundEffect
Public Methods
 MethodDefined by
  
SimpleSoundEffect(sound:String, playType:PlayType)
SimpleSoundEffect
  
equals(o:Object):Boolean
SimpleSoundEffect
  
hashCode():int
SimpleSoundEffect
  
toString():String
SimpleSoundEffect
Property detail
_playTypeproperty
protected var _playType:PlayType
playTypeproperty 
playType:PlayType  [read-only]Implementation
    public function get playType():PlayType
_soundproperty 
protected var _sound:String
soundproperty 
sound:String  [read-only]Implementation
    public function get sound():String
Constructor detail
SimpleSoundEffect()constructor
public function SimpleSoundEffect(sound:String, playType:PlayType)Parameters
sound:String
 
playType:PlayType
Method detail
equals()method
public function equals(o:Object):BooleanParameters
o:Object

Returns
Boolean
hashCode()method 
public function hashCode():int

Returns
int
toString()method 
public function toString():String

Returns
String