Class ServerThreadChannelChangeMessageCountEventImpl

    • Constructor Detail

      • ServerThreadChannelChangeMessageCountEventImpl

        public ServerThreadChannelChangeMessageCountEventImpl​(ServerThreadChannel channel,
                                                              int newMessageCount,
                                                              int oldMessageCount)
        Creates a new server text channel message count update event.
        Parameters:
        channel - The channel of the event.
        newMessageCount - The new count of messages in this thread.
        oldMessageCount - The old count of messages in this thread.