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