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