Package | Description |
---|---|
org.kitteh.irc.client.library.defaults.element |
Default element implementations.
|
org.kitteh.irc.client.library.element |
Classes describing various elements of IRC communication.
|
org.kitteh.irc.client.library.event.channel |
Events involving a
Channel . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultChannelTopic
Default Channel.Topic implementation.
|
Modifier and Type | Method and Description |
---|---|
@NonNull Channel.Topic |
DefaultChannel.getTopic() |
Constructor and Description |
---|
DefaultChannel(Client.WithManagement client,
@NonNull String name,
@NonNull Channel.Topic topic,
@NonNull ModeStatusList<ChannelMode> channelModes,
@NonNull Map<Character,List<ModeInfo>> modeInfoLists,
@NonNull Map<String,SortedSet<ChannelUserMode>> modes,
@NonNull List<String> names,
@NonNull Map<String,User> nickMap,
@NonNull List<User> users,
boolean complete,
@NonNull DefaultChannel.DefaultChannelCommands commands)
Constructs the channel snapshot.
|
Modifier and Type | Method and Description |
---|---|
@NonNull Channel.Topic |
Channel.getTopic()
Gets the channel's topic.
|
Modifier and Type | Method and Description |
---|---|
Channel.Topic |
ChannelTopicEvent.getNewTopic() |
Channel.Topic |
ChannelTopicEvent.getOldTopic() |
Channel.Topic |
ChannelTopicEvent.getTopic()
Deprecated.
|
Constructor and Description |
---|
ChannelTopicEvent(@NonNull Client client,
@NonNull ServerMessage sourceMessage,
@NonNull Channel channel,
Channel.Topic oldTopic,
Channel.Topic newTopic,
boolean updated)
Creates the event.
|
Copyright © 2013–2021 Kitteh. All rights reserved.