Class OutputCountTracker
java.lang.Object
com.realtime.crossfire.jxclient.main.OutputCountTracker
Tracks received Crossfire messages and resets the "output-count" setting
whenever a player logs in.
-
Constructor Summary
ConstructorsConstructorDescriptionOutputCountTracker(@NotNull GuiStateManager guiStateManager, @NotNull CrossfireServerConnection server, @NotNull CommandQueue commandQueue) Creates a new instance. -
Method Summary
-
Constructor Details
-
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
-