Crossfire JXClient, Trunk
R20561
|
Monitors music commands and generates appropriate sound effects. More...
Public Member Functions | |
MusicWatcher (@NotNull final CrossfireServerConnection crossfireServerConnection, @NotNull final SoundManager soundManager) | |
Creates a new instance. More... | |
Private Attributes | |
final CrossfireMusicListener | crossfireMusicListener |
The crossfire stats listener. More... | |
final SoundManager | soundManager |
The SoundManager instance to watch. More... | |
Monitors music commands and generates appropriate sound effects.
Definition at line 32 of file MusicWatcher.java.
com.realtime.crossfire.jxclient.sound.MusicWatcher.MusicWatcher | ( | @NotNull final CrossfireServerConnection | crossfireServerConnection, |
@NotNull final SoundManager | soundManager | ||
) |
Creates a new instance.
crossfireServerConnection | the connection instance |
soundManager | the sound manager instance to watch |
Definition at line 59 of file MusicWatcher.java.
References com.realtime.crossfire.jxclient.sound.MusicWatcher.crossfireMusicListener, and com.realtime.crossfire.jxclient.sound.MusicWatcher.soundManager.
|
private |
The crossfire stats listener.
Definition at line 45 of file MusicWatcher.java.
Referenced by com.realtime.crossfire.jxclient.sound.MusicWatcher.MusicWatcher().
|
private |
The SoundManager instance to watch.
Definition at line 38 of file MusicWatcher.java.
Referenced by com.realtime.crossfire.jxclient.sound.MusicWatcher.MusicWatcher().