Class SoundStatsWatcher
- java.lang.Object
-
- com.realtime.crossfire.jxclient.sound.SoundStatsWatcher
-
public class SoundStatsWatcher extends java.lang.ObjectMonitors stat changes and generates appropriate sound effects.
-
-
Constructor Summary
Constructors Constructor Description SoundStatsWatcher(@NotNull Stats stats, @NotNull JXCWindowRenderer windowRenderer, @NotNull CrossfireServerConnection server, @NotNull SoundManager soundManager)Creates a new instance.
-
-
-
Constructor Detail
-
SoundStatsWatcher
public SoundStatsWatcher(@NotNull @NotNull Stats stats, @NotNull @NotNull JXCWindowRenderer windowRenderer, @NotNull @NotNull CrossfireServerConnection server, @NotNull @NotNull SoundManager soundManager)Creates a new instance.- Parameters:
stats- the stats instance to watchwindowRenderer- the window renderer instanceserver- the crossfire server connection to watchsoundManager- the sound manager instance to watch
-
-