public enum DefaultListeners extends Enum<DefaultListeners> implements EventListenerSupplier
| Enum Constant and Description |
|---|
ACCOUNT
ACCOUNT handling.
|
ACK
ACK handling.
|
AWAY
AWAY handling.
|
BANLIST
Ban list handling.
|
CAP
CAP handling.
|
CHGHOST
CHGHOST handling.
|
EXCEPTLIST
Except list handling.
|
INVITE
INVITE handling.
|
INVITELIST
Invite list handling.
|
ISUPPORT
ISUPPORT handling.
|
JOIN
JOIN handling.
|
KICK
KICK handling.
|
KNOCK
KNOCK handling.
|
MODE
MODE handling.
|
MONITOR
MONITOR handling.
|
MOTD
MOTD handling.
|
NAMES
NAMES handling.
|
NICK
NICK handling.
|
NICK_REJECTED
Nick rejection handler.
|
NOTICE
NOTICE handling.
|
PART
PART handling.
|
PRIVMSG
PRIVMSG handling.
|
QUIETLIST
Quiet list handling.
|
QUIT
QUIT handling.
|
SETNAME
SETNAME handling.
|
STANDARD_REPLY
Standard Reply (FAIL, NOTE, WARN) handling.
|
TOPIC
TOPIC handling.
|
USERMODE
UMODE handling.
|
VERSION
Version handling.
|
WALLOPS
WALLOPS handling.
|
WELCOME
Welcome handling.
|
WHO
WHO handling.
|
WHOIS
WHOIS handling.
|
| Modifier and Type | Method and Description |
|---|---|
Function<Client.WithManagement,Object> |
getConstructingFunction()
Gets the function that constructs and returns the event listener.
|
static DefaultListeners |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultListeners[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultListeners ACCOUNT
DefaultAccountListenerpublic static final DefaultListeners ACK
DefaultAckListenerpublic static final DefaultListeners AWAY
DefaultAwayListenerpublic static final DefaultListeners BANLIST
DefaultBanListListenerpublic static final DefaultListeners CAP
DefaultCapListenerpublic static final DefaultListeners CHGHOST
DefaultChgHostListenerpublic static final DefaultListeners EXCEPTLIST
DefaultExceptListListenerpublic static final DefaultListeners INVITE
DefaultInviteListenerpublic static final DefaultListeners INVITELIST
DefaultInviteListListenerpublic static final DefaultListeners ISUPPORT
DefaultISupportListenerpublic static final DefaultListeners JOIN
DefaultJoinListenerpublic static final DefaultListeners KICK
DefaultKickListenerpublic static final DefaultListeners KNOCK
DefaultKnockListenerpublic static final DefaultListeners MODE
DefaultModeListenerpublic static final DefaultListeners MONITOR
DefaultMonitorListenerpublic static final DefaultListeners MOTD
DefaultMotdListenerpublic static final DefaultListeners NAMES
DefaultNamesListenerpublic static final DefaultListeners NICK
DefaultNickListenerpublic static final DefaultListeners NICK_REJECTED
DefaultNickRejectedListenerpublic static final DefaultListeners NOTICE
DefaultNoticeListenerpublic static final DefaultListeners PART
DefaultPartListenerpublic static final DefaultListeners PRIVMSG
DefaultPrivmsgListenerpublic static final DefaultListeners QUIETLIST
DefaultQuietListListenerpublic static final DefaultListeners QUIT
DefaultQuitListenerpublic static final DefaultListeners SETNAME
DefaultSetNameListenerpublic static final DefaultListeners STANDARD_REPLY
public static final DefaultListeners TOPIC
DefaultTopicListenerpublic static final DefaultListeners USERMODE
DefaultUserModeListenerpublic static final DefaultListeners VERSION
DefaultVersionListenerpublic static final DefaultListeners WALLOPS
DefaultWallopsListenerpublic static final DefaultListeners WELCOME
DefaultWelcomeListenerpublic static final DefaultListeners WHO
DefaultWhoListenerpublic static final DefaultListeners WHOIS
DefaultWhoisListenerpublic static DefaultListeners[] values()
for (DefaultListeners c : DefaultListeners.values()) System.out.println(c);
public static DefaultListeners valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic Function<Client.WithManagement,Object> getConstructingFunction()
EventListenerSuppliergetConstructingFunction in interface EventListenerSupplierCopyright © 2013–2021 Kitteh. All rights reserved.