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. |
getSource
getClient, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getSource, getTag, getTag, getTags
getClient
protected MonitoredNickEventBase(@NonNull Client client, @NonNull ServerMessage sourceMessage, @NonNull String nick)
client
- the clientsourceMessage
- source messagenick
- the tracked nickpublic @NonNull String getNick()
MonitoredNickStatusEvent
getNick
in interface MonitoredNickStatusEvent
protected @NonNull ToStringer toStringer()
ClientEventBase
ToStringer
for the command.toStringer
in class ServerMessageEventBase
Copyright © 2013–2021 Kitteh. All rights reserved.