Crossfire JXClient, Trunk
R20561
|
Tracks received Crossfire messages and resets the "output-count" setting whenever a player logs in. More...
Public Member Functions | |
OutputCountTracker (@NotNull final GuiStateManager guiStateManager, @NotNull final CrossfireServerConnection server, @NotNull final CommandQueue commandQueue) | |
Creates a new instance. More... | |
Private Attributes | |
final CommandQueue | commandQueue |
The CommandQueue for sending commands. More... | |
final CrossfireUpdateItemListener | crossfireUpdateItemListener |
The CrossfireUpdateItemListener to receive item updates. More... | |
final GuiStateListener | guiStateListener |
The GuiStateListener for detecting established or dropped connections. More... | |
final CrossfireServerConnection | server |
The CrossfireServerConnection to track. More... | |
Tracks received Crossfire messages and resets the "output-count" setting whenever a player logs in.
Definition at line 37 of file OutputCountTracker.java.
com.realtime.crossfire.jxclient.main.OutputCountTracker.OutputCountTracker | ( | @NotNull final GuiStateManager | guiStateManager, |
@NotNull final CrossfireServerConnection | server, | ||
@NotNull final CommandQueue | commandQueue | ||
) |
Creates a new instance.
guiStateManager | the gui state manager to track |
server | the crossfire server connection to track |
commandQueue | the command queue for sending commands |
Definition at line 135 of file OutputCountTracker.java.
References com.realtime.crossfire.jxclient.main.OutputCountTracker.commandQueue, com.realtime.crossfire.jxclient.main.OutputCountTracker.guiStateListener, and com.realtime.crossfire.jxclient.main.OutputCountTracker.server.
|
private |
The CommandQueue for sending commands.
Definition at line 49 of file OutputCountTracker.java.
Referenced by com.realtime.crossfire.jxclient.main.OutputCountTracker.OutputCountTracker().
|
private |
The CrossfireUpdateItemListener to receive item updates.
Definition at line 55 of file OutputCountTracker.java.
|
private |
The GuiStateListener for detecting established or dropped connections.
Definition at line 90 of file OutputCountTracker.java.
Referenced by com.realtime.crossfire.jxclient.main.OutputCountTracker.OutputCountTracker().
|
private |
The CrossfireServerConnection to track.
Definition at line 43 of file OutputCountTracker.java.
Referenced by com.realtime.crossfire.jxclient.main.OutputCountTracker.OutputCountTracker().