public class MonitoredNickListFullEvent extends ServerMessageEventBase
| Constructor and Description |
|---|
MonitoredNickListFullEvent(@NonNull Client client,
@NonNull ServerMessage sourceMessage,
int limit,
@NonNull List<String> rejectedNicks)
Constructs the event.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getLimit()
Gets the maximum number of targets a client can have.
|
@NonNull List<String> |
getRejectedNicks()
Gets the nicknames not added due to the limit.
|
protected @NonNull ToStringer |
toStringer()
Generates a partial
ToStringer for the command. |
getSourcegetClient, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTag, getTag, getTagsgetClientpublic MonitoredNickListFullEvent(@NonNull Client client, @NonNull ServerMessage sourceMessage, int limit, @NonNull List<String> rejectedNicks)
client - the clientsourceMessage - source messagelimit - limitrejectedNicks - rejected nickspublic int getLimit()
public @NonNull List<String> getRejectedNicks()
protected @NonNull ToStringer toStringer()
ClientEventBaseToStringer for the command.toStringer in class ServerMessageEventBaseCopyright © 2013–2021 Kitteh. All rights reserved.