public class ChannelModeEvent extends ActorChannelEventBase<Actor>
| Constructor and Description |
|---|
ChannelModeEvent(Client client,
List<ServerMessage> originalMessages,
Actor actor,
Channel channel,
ModeStatusList<ChannelMode> statusList)
Creates the event.
|
| Modifier and Type | Method and Description |
|---|---|
ModeStatusList<ChannelMode> |
getStatusList()
Gets the list of statuses.
|
protected ToStringer |
toStringer()
Generates a partial
ToStringer for the command. |
getChannelgetActorgetOriginalMessagesgetClient, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetOriginalMessagesgetClientpublic ChannelModeEvent(@Nonnull Client client, @Nonnull List<ServerMessage> originalMessages, @Nonnull Actor actor, @Nonnull Channel channel, @Nonnull ModeStatusList<ChannelMode> statusList)
client - client for which this is occurringoriginalMessages - original messagesactor - the mode setterchannel - the channel in which the change is occurringstatusList - list of statuses@Nonnull public ModeStatusList<ChannelMode> getStatusList()
@Nonnull protected ToStringer toStringer()
ClientEventBaseToStringer for the command.toStringer in class ActorChannelEventBase<Actor>Copyright © 2013–2019 Kitteh. All rights reserved.