public static class SoundEvent.SoundSourceEvent extends SoundEvent
SoundEvent.SoundSourceEvent
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
name |
private ISound |
sound |
private SoundSource |
source |
Constructor and Description |
---|
SoundSourceEvent(SoundEngine manager,
ISound sound,
SoundSource source) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
ISound |
getSound() |
SoundSource |
getSource() |
getManager
private final ISound sound
private final SoundSource source
private final java.lang.String name
public SoundSourceEvent(SoundEngine manager, ISound sound, SoundSource source)
public ISound getSound()
public SoundSource getSource()
public java.lang.String getName()