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. |
getChannel
getActor
getSource
getClient, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getClient
getTag, getTag, getTags
public 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()
ClientEventBase
ToStringer
for the command.toStringer
in class ActorChannelEventBase<Actor>
Copyright © 2013–2021 Kitteh. All rights reserved.