Package | Description |
---|---|
org.kitteh.irc.client.library.defaults.feature |
Defaults!
|
org.kitteh.irc.client.library.event.connection |
Events related to network connectivity.
|
org.kitteh.irc.client.library.feature.sts |
Items related to the FSM-based STS client support.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultEventManager.onShutdown(ClientConnectionEndedEvent event)
Just the manager listening for shutdown, don't worry about it.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientConnectionClosedEvent
The
Client has had a working connection cease. |
class |
ClientConnectionFailedEvent
The
Client has had a connection failure. |
Modifier and Type | Method and Description |
---|---|
void |
StsHandler.onDisconnect(ClientConnectionEndedEvent event)
Called when the server connection closes.
|
Copyright © 2013–2021 Kitteh. All rights reserved.