public class UserModeEvent extends ActorEventBase<Actor>
Constructor and Description |
---|
UserModeEvent(@NonNull Client client,
@NonNull ServerMessage sourceMessage,
@NonNull Actor actor,
@NonNull String target,
@NonNull ModeStatusList<UserMode> statusList)
Creates the event.
|
Modifier and Type | Method and Description |
---|---|
@NonNull ModeStatusList<UserMode> |
getStatusList()
Gets the list of statuses.
|
@NonNull String |
toString() |
protected @NonNull ToStringer |
toStringer()
Generates a partial
ToStringer for the command. |
getActor
getSource
getClient
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getClient
getTag, getTag, getTags
public UserModeEvent(@NonNull Client client, @NonNull ServerMessage sourceMessage, @NonNull Actor actor, @NonNull String target, @NonNull ModeStatusList<UserMode> statusList)
client
- client for which this is occurringsourceMessage
- source messageactor
- the mode settertarget
- the target for whom the change is occurringstatusList
- list of statusespublic @NonNull ModeStatusList<UserMode> getStatusList()
public @NonNull String toString()
toString
in class ClientEventBase
protected @NonNull ToStringer toStringer()
ClientEventBase
ToStringer
for the command.toStringer
in class ActorEventBase<Actor>
Copyright © 2013–2021 Kitteh. All rights reserved.