Uses of Interface
org.javacord.api.listener.channel.server.thread.ServerThreadChannelUpdateListener
-
Packages that use ServerThreadChannelUpdateListener Package Description org.javacord.api.listener org.javacord.api.listener.channel org.javacord.api.listener.server -
-
Uses of ServerThreadChannelUpdateListener in org.javacord.api.listener
Methods in org.javacord.api.listener that return types with arguments of type ServerThreadChannelUpdateListener Modifier and Type Method Description default ListenerManager<ServerThreadChannelUpdateListener>GloballyAttachableListenerManager. addServerThreadChannelUpdateListener(ServerThreadChannelUpdateListener listener)Adds aServerThreadChannelUpdateListener.default java.util.List<ServerThreadChannelUpdateListener>GloballyAttachableListenerManager. getServerThreadChannelUpdateListeners()Gets all registeredServerThreadChannelUpdateListeners.Methods in org.javacord.api.listener with parameters of type ServerThreadChannelUpdateListener Modifier and Type Method Description default DiscordApiBuilderChainableGloballyAttachableListenerManager. addServerThreadChannelUpdateListener(ServerThreadChannelUpdateListener listener)Adds aServerThreadChannelUpdateListenerto all createdDiscordApiinstances.default ListenerManager<ServerThreadChannelUpdateListener>GloballyAttachableListenerManager. addServerThreadChannelUpdateListener(ServerThreadChannelUpdateListener listener)Adds aServerThreadChannelUpdateListener.Method parameters in org.javacord.api.listener with type arguments of type ServerThreadChannelUpdateListener Modifier and Type Method Description default DiscordApiBuilderChainableGloballyAttachableListenerManager. addServerThreadChannelUpdateListener(java.util.function.Function<DiscordApi,ServerThreadChannelUpdateListener> listenerFunction)Adds aServerThreadChannelUpdateListenerto all createdDiscordApiinstances.default DiscordApiBuilderChainableGloballyAttachableListenerManager. addServerThreadChannelUpdateListener(java.util.function.Supplier<ServerThreadChannelUpdateListener> listenerSupplier)Adds aServerThreadChannelUpdateListenerto all createdDiscordApiinstances. -
Uses of ServerThreadChannelUpdateListener in org.javacord.api.listener.channel
Methods in org.javacord.api.listener.channel that return types with arguments of type ServerThreadChannelUpdateListener Modifier and Type Method Description ListenerManager<ServerThreadChannelUpdateListener>ServerThreadChannelAttachableListenerManager. addServerThreadChannelUpdateListener(ServerThreadChannelUpdateListener listener)Adds aServerThreadChannelUpdateListener.java.util.List<ServerThreadChannelUpdateListener>ServerThreadChannelAttachableListenerManager. getServerThreadChannelUpdateListeners()Gets all registeredServerThreadChannelUpdateListeners.Methods in org.javacord.api.listener.channel with parameters of type ServerThreadChannelUpdateListener Modifier and Type Method Description ListenerManager<ServerThreadChannelUpdateListener>ServerThreadChannelAttachableListenerManager. addServerThreadChannelUpdateListener(ServerThreadChannelUpdateListener listener)Adds aServerThreadChannelUpdateListener. -
Uses of ServerThreadChannelUpdateListener in org.javacord.api.listener.server
Methods in org.javacord.api.listener.server that return types with arguments of type ServerThreadChannelUpdateListener Modifier and Type Method Description ListenerManager<ServerThreadChannelUpdateListener>ServerAttachableListenerManager. addServerThreadChannelUpdateListener(ServerThreadChannelUpdateListener listener)Adds aServerThreadChannelUpdateListener.java.util.List<ServerThreadChannelUpdateListener>ServerAttachableListenerManager. getServerThreadChannelUpdateListeners()Gets all registeredServerThreadChannelUpdateListeners.Methods in org.javacord.api.listener.server with parameters of type ServerThreadChannelUpdateListener Modifier and Type Method Description ListenerManager<ServerThreadChannelUpdateListener>ServerAttachableListenerManager. addServerThreadChannelUpdateListener(ServerThreadChannelUpdateListener listener)Adds aServerThreadChannelUpdateListener.
-