Package | Description |
---|---|
org.kitteh.irc.client.library.defaults.listener |
Default listeners.
|
org.kitteh.irc.client.library.event.abstractbase |
Abstract events for minimizing code duplication, not guaranteed stable.
|
org.kitteh.irc.client.library.event.client | |
org.kitteh.irc.client.library.util |
Utilities!
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractDefaultListenerBase.trackException(@NonNull ClientReceiveServerMessageEvent event,
@NonNull String reason)
Fires an exception in processing a server message event.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientReceiveServerMessageEventBase
Abstract base class for events involving a server message.
|
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 | Method and Description |
---|---|
void |
BatchReferenceTag.addEvent(@NonNull ClientReceiveServerMessageEvent event)
Adds an event to the tag.
|
Copyright © 2013–2021 Kitteh. All rights reserved.