public class PlaySoundEvent extends SoundEvent
SoundEvent.SoundSourceEvent
Event.HasResult, Event.Result
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
name |
private ISound |
result |
private ISound |
sound |
Constructor and Description |
---|
PlaySoundEvent(SoundManager manager,
ISound sound) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
ISound |
getResultSound() |
ISound |
getSound() |
void |
setResultSound(ISound result) |
getManager
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup
private final java.lang.String name
private final ISound sound
private ISound result
public PlaySoundEvent(SoundManager manager, ISound sound)