Package | Description |
---|---|
org.kitteh.irc.client.library.event.abstractbase |
Abstract events for minimizing code duplication, not guaranteed stable.
|
org.kitteh.irc.client.library.event.capabilities |
Events involving capabilities.
|
org.kitteh.irc.client.library.event.channel |
Events involving a
Channel . |
org.kitteh.irc.client.library.event.client | |
org.kitteh.irc.client.library.event.user |
Modifier and Type | Class and Description |
---|---|
class |
ChannelMultipleMessageEventBase
Abstract base class for events involving a Channel.
|
Modifier and Type | Class and Description |
---|---|
class |
CapabilitiesListEvent
Fired when a CAP LIST is received, listing the current capabilities
|
class |
CapabilitiesSupportedListEvent
Fired when a CAP LS is received.
|
Modifier and Type | Class and Description |
---|---|
class |
ChannelModeInfoListEvent
A list of mode info is available!
|
class |
ChannelNamesUpdatedEvent
Called after completion of a NAMES command, or after joining a channel.
|
class |
ChannelUsersUpdatedEvent
Called after completion of a WHO command.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientReceiveMotdEvent
Indicates the Client has received a complete MOTD from the server.
|
Modifier and Type | Class and Description |
---|---|
class |
MonitoredNickListEvent
Fires when the server sends the full list of tracked nicknames for the
MONITOR feature.
|
Copyright © 2013–2021 Kitteh. All rights reserved.