Class OutputCountTracker


  • public class OutputCountTracker
    extends java.lang.Object
    Tracks received Crossfire messages and resets the "output-count" setting whenever a player logs in.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 track
        server - the crossfire server connection to track
        commandQueue - the command queue for sending commands