Uses of Interface
org.javacord.api.listener.channel.server.text.WebhooksUpdateListener
-
Packages that use WebhooksUpdateListener Package Description org.javacord.api.listener org.javacord.api.listener.channel.server.text org.javacord.api.listener.server -
-
Uses of WebhooksUpdateListener in org.javacord.api.listener
Methods in org.javacord.api.listener that return types with arguments of type WebhooksUpdateListener Modifier and Type Method Description default ListenerManager<WebhooksUpdateListener>GloballyAttachableListenerManager. addWebhooksUpdateListener(WebhooksUpdateListener listener)Adds aWebhooksUpdateListener.default java.util.List<WebhooksUpdateListener>GloballyAttachableListenerManager. getWebhooksUpdateListeners()Gets all registeredWebhooksUpdateListeners.Methods in org.javacord.api.listener with parameters of type WebhooksUpdateListener Modifier and Type Method Description default DiscordApiBuilderChainableGloballyAttachableListenerManager. addWebhooksUpdateListener(WebhooksUpdateListener listener)Adds aWebhooksUpdateListenerto all createdDiscordApiinstances.default ListenerManager<WebhooksUpdateListener>GloballyAttachableListenerManager. addWebhooksUpdateListener(WebhooksUpdateListener listener)Adds aWebhooksUpdateListener.Method parameters in org.javacord.api.listener with type arguments of type WebhooksUpdateListener Modifier and Type Method Description default DiscordApiBuilderChainableGloballyAttachableListenerManager. addWebhooksUpdateListener(java.util.function.Function<DiscordApi,WebhooksUpdateListener> listenerFunction)Adds aWebhooksUpdateListenerto all createdDiscordApiinstances.default DiscordApiBuilderChainableGloballyAttachableListenerManager. addWebhooksUpdateListener(java.util.function.Supplier<WebhooksUpdateListener> listenerSupplier)Adds aWebhooksUpdateListenerto all createdDiscordApiinstances. -
Uses of WebhooksUpdateListener in org.javacord.api.listener.channel.server.text
Methods in org.javacord.api.listener.channel.server.text that return types with arguments of type WebhooksUpdateListener Modifier and Type Method Description ListenerManager<WebhooksUpdateListener>ServerTextChannelAttachableListenerManager. addWebhooksUpdateListener(WebhooksUpdateListener listener)Adds aWebhooksUpdateListener.java.util.List<WebhooksUpdateListener>ServerTextChannelAttachableListenerManager. getWebhooksUpdateListeners()Gets all registeredWebhooksUpdateListeners.Methods in org.javacord.api.listener.channel.server.text with parameters of type WebhooksUpdateListener Modifier and Type Method Description ListenerManager<WebhooksUpdateListener>ServerTextChannelAttachableListenerManager. addWebhooksUpdateListener(WebhooksUpdateListener listener)Adds aWebhooksUpdateListener. -
Uses of WebhooksUpdateListener in org.javacord.api.listener.server
Methods in org.javacord.api.listener.server that return types with arguments of type WebhooksUpdateListener Modifier and Type Method Description ListenerManager<WebhooksUpdateListener>ServerAttachableListenerManager. addWebhooksUpdateListener(WebhooksUpdateListener listener)Adds aWebhooksUpdateListener.java.util.List<WebhooksUpdateListener>ServerAttachableListenerManager. getWebhooksUpdateListeners()Gets all registeredWebhooksUpdateListeners.Methods in org.javacord.api.listener.server with parameters of type WebhooksUpdateListener Modifier and Type Method Description ListenerManager<WebhooksUpdateListener>ServerAttachableListenerManager. addWebhooksUpdateListener(WebhooksUpdateListener listener)Adds aWebhooksUpdateListener.
-