public abstract class MonitoredNickEventBase extends ServerMessageEventBase implements MonitoredNickStatusEvent
| Modifier | Constructor and Description |
|---|---|
protected |
MonitoredNickEventBase(@NonNull Client client,
@NonNull ServerMessage sourceMessage,
@NonNull String nick)
Constructs the event.
|
| Modifier and Type | Method and Description |
|---|---|
@NonNull String |
getNick()
Gets the tracked nick.
|
protected @NonNull ToStringer |
toStringer()
Generates a partial
ToStringer for the command. |
getSourcegetClient, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetSource, getTag, getTag, getTagsgetClientprotected MonitoredNickEventBase(@NonNull Client client, @NonNull ServerMessage sourceMessage, @NonNull String nick)
client - the clientsourceMessage - source messagenick - the tracked nickpublic @NonNull String getNick()
MonitoredNickStatusEventgetNick in interface MonitoredNickStatusEventprotected @NonNull ToStringer toStringer()
ClientEventBaseToStringer for the command.toStringer in class ServerMessageEventBaseCopyright © 2013–2021 Kitteh. All rights reserved.