Interface ServerTextChannelChangeTopicEvent
-
- All Superinterfaces:
ChannelEvent,Event,ServerChannelEvent,ServerEvent,ServerTextChannelEvent,TextChannelEvent
public interface ServerTextChannelChangeTopicEvent extends ServerTextChannelEvent
A server text channel change topic event.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetNewTopic()Gets the new topic of the channel.StringgetOldTopic()Gets the old topic of the channel.-
Methods inherited from interface org.javacord.api.event.server.ServerEvent
getServer
-
Methods inherited from interface org.javacord.api.event.channel.server.text.ServerTextChannelEvent
getChannel
-
Methods inherited from interface org.javacord.api.event.channel.TextChannelEvent
getGroupChannel, getPrivateChannel, getServerTextChannel
-
-