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. |
getActorgetSourcegetClientclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetClientgetTag, getTag, getTagspublic 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 ClientEventBaseprotected @NonNull ToStringer toStringer()
ClientEventBaseToStringer for the command.toStringer in class ActorEventBase<Actor>Copyright © 2013–2021 Kitteh. All rights reserved.