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