public class DefaultSoundMaker extends java.lang.Object implements SoundMaker
SoundMaker.RunSound| Constructor and Description |
|---|
DefaultSoundMaker() |
| Modifier and Type | Method and Description |
|---|---|
void |
makeSound(MsgEventType type,
java.lang.Object param)
Make the sound appropriate for the specified event type.
|
public void makeSound(MsgEventType type, java.lang.Object param)
makeSound in interface SoundMakertype - Type of event that wants a soundparam - parameter associated with the event