Class SoundWatcher
- java.lang.Object
-
- com.realtime.crossfire.jxclient.sound.SoundWatcher
-
public class SoundWatcher extends java.lang.ObjectMonitors sound and sound2 commands received from the server to generate sound effects.
-
-
Constructor Summary
Constructors Constructor Description SoundWatcher(@NotNull CrossfireServerConnection crossfireServerConnection, @NotNull SoundManager soundManager)Creates a new instance.
-
-
-
Constructor Detail
-
SoundWatcher
public SoundWatcher(@NotNull @NotNull CrossfireServerConnection crossfireServerConnection, @NotNull @NotNull SoundManager soundManager)Creates a new instance.- Parameters:
crossfireServerConnection- the connection to watchsoundManager- the sound manager instance to watch
-
-