public class MonitoredNickListEvent extends ServerMultipleMessageEventBase
| Constructor and Description |
|---|
MonitoredNickListEvent(@NonNull Client client,
@NonNull List<ServerMessage> sourceMessages,
@NonNull List<String> nicks)
Constructs the event.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getNicks()
Gets the tracked nicknames.
|
protected @NonNull ToStringer |
toStringer()
Generates a partial
ToStringer for the command. |
getSourcegetClient, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetClientpublic MonitoredNickListEvent(@NonNull Client client, @NonNull List<ServerMessage> sourceMessages, @NonNull List<String> nicks)
client - the clientsourceMessages - source messagesnicks - nicknames trackedprotected @NonNull ToStringer toStringer()
ClientEventBaseToStringer for the command.toStringer in class ServerMultipleMessageEventBaseCopyright © 2013–2021 Kitteh. All rights reserved.