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