Class SoundWatcher


  • public class SoundWatcher
    extends java.lang.Object
    Monitors sound and sound2 commands received from the server to generate sound effects.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SoundWatcher

        public SoundWatcher​(@NotNull
                            @NotNull CrossfireServerConnection crossfireServerConnection,
                            @NotNull
                            @NotNull SoundManager soundManager)
        Creates a new instance.
        Parameters:
        crossfireServerConnection - the connection to watch
        soundManager - the sound manager instance to watch