Class OutputCountTracker
- java.lang.Object
-
- com.realtime.crossfire.jxclient.main.OutputCountTracker
-
public class OutputCountTracker extends java.lang.ObjectTracks received Crossfire messages and resets the "output-count" setting whenever a player logs in.
-
-
Constructor Summary
Constructors Constructor Description OutputCountTracker(@NotNull GuiStateManager guiStateManager, @NotNull CrossfireServerConnection server, @NotNull CommandQueue commandQueue)Creates a new instance.
-
-
-
Constructor Detail
-
OutputCountTracker
public OutputCountTracker(@NotNull @NotNull GuiStateManager guiStateManager, @NotNull @NotNull CrossfireServerConnection server, @NotNull @NotNull CommandQueue commandQueue)Creates a new instance.- Parameters:
guiStateManager- the gui state manager to trackserver- the crossfire server connection to trackcommandQueue- the command queue for sending commands
-
-