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. |
getOriginalMessages
getClient, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getClient
public 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()
ClientEventBase
ToStringer
for the command.toStringer
in class ServerMessageEventBase
Copyright © 2013–2019 Kitteh. All rights reserved.