irc
Class NullSoundHandler

java.lang.Object
  |
  +--irc.NullSoundHandler
All Implemented Interfaces:
SoundHandler

public class NullSoundHandler
extends java.lang.Object
implements SoundHandler

Null sound handler. This handler never plays sounds.


Constructor Summary
NullSoundHandler()
           
 
Method Summary
 void playSound(java.lang.String name)
          Play the given sound.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullSoundHandler

public NullSoundHandler()
Method Detail

playSound

public void playSound(java.lang.String name)
Description copied from interface: SoundHandler
Play the given sound.

Specified by:
playSound in interface SoundHandler
Parameters:
name - sound file name.