public abstract class MonitoredNickEventBase extends ServerMessageEventBase implements MonitoredNickStatusEvent
Modifier | Constructor and Description |
---|---|
protected |
MonitoredNickEventBase(Client client,
List<ServerMessage> originalMessages,
String nick)
Constructs the event.
|
Modifier and Type | Method and Description |
---|---|
String |
getNick()
Gets the tracked nick.
|
protected ToStringer |
toStringer()
Generates a partial
ToStringer for the command. |
getOriginalMessages
getClient, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getOriginalMessages
getClient
@Nonnull public String getNick()
MonitoredNickStatusEvent
getNick
in interface MonitoredNickStatusEvent
@Nonnull protected ToStringer toStringer()
ClientEventBase
ToStringer
for the command.toStringer
in class ServerMessageEventBase
Copyright © 2013–2019 Kitteh. All rights reserved.