public class ChannelModeEvent extends ActorChannelEventBase<Actor>
| Constructor and Description |
|---|
ChannelModeEvent(@NonNull Client client,
@NonNull ServerMessage sourceMessage,
@NonNull Actor actor,
@NonNull Channel channel,
@NonNull ModeStatusList<ChannelMode> statusList)
Creates the event.
|
| Modifier and Type | Method and Description |
|---|---|
@NonNull ModeStatusList<ChannelMode> |
getStatusList()
Gets the list of statuses.
|
protected @NonNull ToStringer |
toStringer()
Generates a partial
ToStringer for the command. |
getChannelgetActorgetSourcegetClient, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetClientgetTag, getTag, getTagspublic ChannelModeEvent(@NonNull Client client, @NonNull ServerMessage sourceMessage, @NonNull Actor actor, @NonNull Channel channel, @NonNull ModeStatusList<ChannelMode> statusList)
client - client for which this is occurringsourceMessage - source messageactor - the mode setterchannel - the channel in which the change is occurringstatusList - list of statusespublic @NonNull ModeStatusList<ChannelMode> getStatusList()
protected @NonNull ToStringer toStringer()
ClientEventBaseToStringer for the command.toStringer in class ActorChannelEventBase<Actor>Copyright © 2013–2021 Kitteh. All rights reserved.