public class ClientAwayStatusChangeEvent extends ServerMessageEventBase
Constructor and Description |
---|
ClientAwayStatusChangeEvent(@NonNull Client client,
@NonNull ServerMessage sourceMessage,
boolean isNowAway)
Constructs the event.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isNowAway()
Gets if the Client is now away.
|
protected @NonNull ToStringer |
toStringer()
Generates a partial
ToStringer for the command. |
getSource
getClient, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getTag, getTag, getTags
getClient
public ClientAwayStatusChangeEvent(@NonNull Client client, @NonNull ServerMessage sourceMessage, boolean isNowAway)
client
- the clientsourceMessage
- source messageisNowAway
- true if now away, false if now backpublic boolean isNowAway()
protected @NonNull ToStringer toStringer()
ClientEventBase
ToStringer
for the command.toStringer
in class ServerMessageEventBase
Copyright © 2013–2021 Kitteh. All rights reserved.