public class ChannelNamesUpdatedEvent extends ChannelMultipleMessageEventBase implements ChannelEvent
Constructor and Description |
---|
ChannelNamesUpdatedEvent(@NonNull Client client,
@NonNull List<ServerMessage> sourceMessages,
@NonNull Channel channel)
Constructs the event.
|
getChannel, toStringer
getSource
getClient, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getChannel
getClient
public ChannelNamesUpdatedEvent(@NonNull Client client, @NonNull List<ServerMessage> sourceMessages, @NonNull Channel channel)
client
- client for which this is occurringsourceMessages
- source messageschannel
- channel with the updated users listCopyright © 2013–2021 Kitteh. All rights reserved.