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