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. |
getOriginalMessagesgetClient, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetOriginalMessagesgetClient@Nonnull public String getNick()
MonitoredNickStatusEventgetNick in interface MonitoredNickStatusEvent@Nonnull protected ToStringer toStringer()
ClientEventBaseToStringer for the command.toStringer in class ServerMessageEventBaseCopyright © 2013–2019 Kitteh. All rights reserved.