Class ServerThreadChannelChangeMemberCountEventImpl

    • Constructor Detail

      • ServerThreadChannelChangeMemberCountEventImpl

        public ServerThreadChannelChangeMemberCountEventImpl​(ServerThreadChannel channel,
                                                             int newMemberCount,
                                                             int oldMemberCount)
        Creates a new server text channel member count update event.
        Parameters:
        channel - The channel of the event.
        newMemberCount - The new count of members in this thread.
        oldMemberCount - The old count of members in this thread.