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. |
getSourcegetClient, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTag, getTag, getTagsgetClientpublic 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()
ClientEventBaseToStringer for the command.toStringer in class ServerMessageEventBaseCopyright © 2013–2021 Kitteh. All rights reserved.