Uses of Class
com.realtime.crossfire.jxclient.sound.SoundManager

Packages that use SoundManager
com.realtime.crossfire.jxclient.sound   
 

Uses of SoundManager in com.realtime.crossfire.jxclient.sound
 

Fields in com.realtime.crossfire.jxclient.sound declared as SoundManager
private  SoundManager SoundCheckBoxOption.soundManager
          The SoundManager instance to affect.
private  SoundManager SoundWatcher.soundManager
          The SoundManager instance to watch.
private  SoundManager MusicWatcher.soundManager
          The SoundManager instance to watch.
private  SoundManager StatsWatcher.soundManager
          The SoundManager instance to watch.
 

Constructors in com.realtime.crossfire.jxclient.sound with parameters of type SoundManager
MusicWatcher(CrossfireServerConnection crossfireServerConnection, SoundManager soundManager)
          Creates a new instance.
SoundCheckBoxOption(SoundManager soundManager)
          Creates a new instance.
SoundWatcher(CrossfireServerConnection crossfireServerConnection, SoundManager soundManager)
          Creates a new instance.
StatsWatcher(Stats stats, JXCWindowRenderer windowRenderer, CrossfireServerConnection server, SoundManager soundManager)
          Creates a new instance.