Uses of Interface
org.javacord.api.event.channel.server.text.ServerTextChannelChangeTopicEvent
-
Packages that use ServerTextChannelChangeTopicEvent Package Description org.javacord.api.listener.channel.server.text -
-
Uses of ServerTextChannelChangeTopicEvent in org.javacord.api.listener.channel.server.text
Methods in org.javacord.api.listener.channel.server.text with parameters of type ServerTextChannelChangeTopicEvent Modifier and Type Method Description voidServerTextChannelChangeTopicListener. onServerTextChannelChangeTopic(ServerTextChannelChangeTopicEvent event)This method is called every time a server text channel's topic changes.
-