public interface SoundMaker
| Modifier and Type | Interface and Description |
|---|---|
static class |
SoundMaker.RunSound
This class provides the services to run sound effects from another thread.
|
| Modifier and Type | Method and Description |
|---|---|
void |
makeSound(MsgEventType type,
java.lang.Object param)
Make the sound appropriate for the specified event type.
|
void makeSound(MsgEventType type, java.lang.Object param)
type - type of event that wants a soundparam - parameter associated with the event