Package | Description |
---|---|
org.kitteh.irc.client.library.defaults.element |
Default element implementations.
|
org.kitteh.irc.client.library.event.user |
Modifier and Type | Class and Description |
---|---|
class |
DefaultWhoisData
Default implementation of
WhoisData . |
Modifier and Type | Method and Description |
---|---|
WhoisData |
DefaultWhoisData.Builder.build()
Builds a new
WhoisData from the provided information. |
Modifier and Type | Method and Description |
---|---|
WhoisData |
WhoisEvent.getWhoisData()
Gets the provided WHOIS data.
|
Constructor and Description |
---|
WhoisEvent(Client client,
WhoisData whoisData)
Constructs the event.
|
Copyright © 2013–2019 Kitteh. All rights reserved.