Package | Description |
---|---|
org.kitteh.irc.client.library.event.abstractbase |
Abstract events for minimizing code duplication, not guaranteed stable.
|
org.kitteh.irc.client.library.event.user | |
org.kitteh.irc.client.library.feature.filter |
Event filters.
|
org.kitteh.irc.client.library.feature.twitch.event |
Twitch command events.
|
Modifier and Type | Class and Description |
---|---|
class |
ActorPrivateMessageEventBase<A extends Actor>
Abstract base class for events involving an Actor and have a message and
are private messages.
|
class |
PrivateEventBase<A extends Actor>
Abstract base class for events involving a target.
|
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ToSelfOnly.Processor.accepts(PrivateEvent event,
net.engio.mbassy.subscription.SubscriptionContext context) |
boolean |
ToSelfOnly.Processor.accepts(@NonNull PrivateEvent privateEvent,
@NonNull ToSelfOnly[] annotations) |
Modifier and Type | Class and Description |
---|---|
class |
WhisperEvent
Fires when a whisper is received via twitch.
|
Copyright © 2013–2021 Kitteh. All rights reserved.