Interface | Description |
---|---|
ActorEvent<A extends Actor> |
An event involving an
Actor . |
ActorMessageEvent<A extends Actor> |
An event involving a message sent by an actor, not to be confused with an
event where an actor happens to have a message along with their action.
|
BatchEvent |
An event involving batched messages.
|
CapabilityNegotiationRequestEvent |
An event caused by a received response to capability handling.
|
CapabilityNegotiationResponseEvent |
An event caused by a received response to capability handling.
|
ChannelEvent |
An event involving a
Channel . |
ChannelTargetedEvent |
An event involving a
Channel , targeted at specific users by mode. |
ChannelUserListChangeEvent | |
ClientEvent |
An event involving a Client
|
ClientReceiveServerMessageEvent |
An event for a raw server message from the server.
|
ConnectionEvent |
An event involving a Client's connection.
|
CtcpEvent |
An event involving a CTCP message.
|
MessageEvent |
An event involving a message.
|
MonitoredNickStatusEvent |
A tracked nick has come online or offline.
|
PrivateEvent |
An event representing a message sent privately.
|
ReplyableEvent |
An event that can be replied to.
|
ServerMessageEvent |
Represents an event triggered by a single message from the server.
|
ServerMultipleMessageEvent |
Represents an event triggered by multiple messages from the server.
|
TagMessageEvent |
An event for
TAGMSG messages, containing just a target and tags. |
UnexpectedChannelLeaveEvent |
I have left the channel I wanted! Will fire each time the client leaves a
channel added via
Client.addChannel(java.lang.String...) and not removed via Client.removeChannel(java.lang.String) . |
UserInfoChangeEvent<Type> |
A
User is having their information changed. |
Enum | Description |
---|---|
ChannelUserListChangeEvent.Change |
Describes the change occurring.
|
Copyright © 2013–2021 Kitteh. All rights reserved.