Package | Description |
---|---|
org.kitteh.irc.client.library.event.abstractbase |
Abstract events for minimizing code duplication, not guaranteed stable.
|
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 | |
org.kitteh.irc.client.library.feature.twitch.event |
Twitch command events.
|
Modifier and Type | Class and Description |
---|---|
class |
ActorChannelEventBase<A extends Actor>
Abstract base class for events involving an Actor and Channel.
|
class |
ActorChannelMessageEventBase<A extends Actor>
Abstract base class for events involving an Actor and Channel and have a
message.
|
class |
ActorMessageEventBase<A extends Actor>
Abstract base class for events involving an Actor and have a message.
|
class |
ActorPrivateMessageEventBase<A extends Actor>
Abstract base class for events involving an Actor and have a message and
are private messages.
|
class |
ClientReceiveServerMessageEventBase
Abstract base class for events involving a server message.
|
class |
PrivateEventBase<A extends Actor>
Abstract base class for events involving a target.
|
class |
TargetedUserChannelMessageEventBase
Abstract base class for events involving an Actor and Channel and have a
message while being targeted at a specific subset of users to that
Channel.
|
class |
UserInfoChangeEventBase<Type>
Abstract base class for user info changing.
|
Modifier and Type | Class and Description |
---|---|
class |
ChannelCtcpEvent
The client has received a CTCP message! The method
ActorChannelMessageEventBase.getMessage()
returns the message with the delimiter character (1) removed. |
class |
ChannelInviteEvent
|
class |
ChannelJoinEvent
|
class |
ChannelKickEvent
A
User has kicked another User! |
class |
ChannelKnockEvent
Somebody wishes to join a
Channel ! |
class |
ChannelMessageEvent
Fires when a message is sent to a channel.
|
class |
ChannelModeEvent
Channel a la mode.
|
class |
ChannelNoticeEvent
Fires when a notice is sent to a channel.
|
class |
ChannelPartEvent
|
class |
ChannelTagMessageEvent
Fires when a tag message is sent to a channel.
|
class |
ChannelTargetedCtcpEvent
Fires when a CTCP message is sent to a subset of users in a channel.
|
class |
ChannelTargetedMessageEvent
Fires when a message is sent to a subset of users in a channel.
|
class |
ChannelTargetedNoticeEvent
Fires when a notice is sent to a subset of users in a channel.
|
class |
ChannelTargetedTagMessageEvent
Fires when a tag message is sent to a subset of users in a channel.
|
class |
RequestedChannelJoinCompleteEvent
I have successfully joined the channel I wanted! Will fire each time the
client joins a channel added via
Client.addChannel(java.lang.String...) and not removed
via Client.removeChannel(java.lang.String) , such as if the client is repeatedly
kicked and then invited back. |
class |
UnexpectedChannelLeaveViaKickEvent
I have left a channel I want to be in, via kick!
|
class |
UnexpectedChannelLeaveViaPartEvent
I have left a channel I want to be in, via part!
|
Modifier and Type | Class and Description |
---|---|
class |
ClientReceiveCommandEvent
Fires when the client receives a command message.
|
class |
ClientReceiveNumericEvent
Fires when the client receives a numeric coded message.
|
Modifier and Type | Class and Description |
---|---|
class |
PrivateCtcpQueryEvent
The client has received a CTCP message! There are a few (FINGER, PING,
TIME, VERSION) queries which have a default reply message.
|
class |
PrivateCtcpReplyEvent
The client has received a reply to a CTCP query! The method
ActorMessageEventBase.getMessage() returns the unescaped message with the delimiter
removed. |
class |
PrivateMessageEvent
Fires when a message is sent to the client.
|
class |
PrivateNoticeEvent
Fires when a notice is sent to the client.
|
class |
PrivateTagMessageEvent
Fires when a tag message is sent to the client.
|
class |
ServerNoticeEvent
Fires when a notice is sent to the client.
|
class |
UserAccountStatusEvent
A
User has changed account status, either signing into one or
signing out of one. |
class |
UserAwayMessageEvent
A
User has changed away status, informed via AWAY message. |
class |
UserHostnameChangeEvent
A
User has changed hostname. |
class |
UserModeEvent
User a la mode.
|
class |
UserNickChangeEvent
A
User has changed nickname! |
class |
UserQuitEvent
A
User has quit the server! |
class |
UserRealnameChangeEvent
A
User has changed realname. |
class |
UserUserStringChangeEvent
A
User has changed user string. |
class |
WallopsEvent
A WALLOPS message has been received.
|
Modifier and Type | Class and Description |
---|---|
class |
WhisperEvent
Fires when a whisper is received via twitch.
|
Copyright © 2013–2021 Kitteh. All rights reserved.