Uses of Interface
org.javacord.api.listener.message.CachedMessageUnpinListener
-
Packages that use CachedMessageUnpinListener Package Description org.javacord.api.listener org.javacord.api.listener.channel org.javacord.api.listener.message org.javacord.api.listener.server -
-
Uses of CachedMessageUnpinListener in org.javacord.api.listener
Methods in org.javacord.api.listener that return types with arguments of type CachedMessageUnpinListener Modifier and Type Method Description default ListenerManager<CachedMessageUnpinListener>GloballyAttachableListenerManager. addCachedMessageUnpinListener(CachedMessageUnpinListener listener)Adds aCachedMessageUnpinListener.default java.util.List<CachedMessageUnpinListener>GloballyAttachableListenerManager. getCachedMessageUnpinListeners()Gets all registeredCachedMessageUnpinListeners.Methods in org.javacord.api.listener with parameters of type CachedMessageUnpinListener Modifier and Type Method Description default DiscordApiBuilderChainableGloballyAttachableListenerManager. addCachedMessageUnpinListener(CachedMessageUnpinListener listener)Adds aCachedMessageUnpinListenerto all createdDiscordApiinstances.default ListenerManager<CachedMessageUnpinListener>GloballyAttachableListenerManager. addCachedMessageUnpinListener(CachedMessageUnpinListener listener)Adds aCachedMessageUnpinListener.Method parameters in org.javacord.api.listener with type arguments of type CachedMessageUnpinListener Modifier and Type Method Description default DiscordApiBuilderChainableGloballyAttachableListenerManager. addCachedMessageUnpinListener(java.util.function.Function<DiscordApi,CachedMessageUnpinListener> listenerFunction)Adds aCachedMessageUnpinListenerto all createdDiscordApiinstances.default DiscordApiBuilderChainableGloballyAttachableListenerManager. addCachedMessageUnpinListener(java.util.function.Supplier<CachedMessageUnpinListener> listenerSupplier)Adds aCachedMessageUnpinListenerto all createdDiscordApiinstances. -
Uses of CachedMessageUnpinListener in org.javacord.api.listener.channel
Methods in org.javacord.api.listener.channel that return types with arguments of type CachedMessageUnpinListener Modifier and Type Method Description ListenerManager<CachedMessageUnpinListener>TextChannelAttachableListenerManager. addCachedMessageUnpinListener(CachedMessageUnpinListener listener)Adds aCachedMessageUnpinListener.java.util.List<CachedMessageUnpinListener>TextChannelAttachableListenerManager. getCachedMessageUnpinListeners()Gets all registeredCachedMessageUnpinListeners.Methods in org.javacord.api.listener.channel with parameters of type CachedMessageUnpinListener Modifier and Type Method Description ListenerManager<CachedMessageUnpinListener>TextChannelAttachableListenerManager. addCachedMessageUnpinListener(CachedMessageUnpinListener listener)Adds aCachedMessageUnpinListener. -
Uses of CachedMessageUnpinListener in org.javacord.api.listener.message
Methods in org.javacord.api.listener.message that return types with arguments of type CachedMessageUnpinListener Modifier and Type Method Description ListenerManager<CachedMessageUnpinListener>MessageAttachableListenerManager. addCachedMessageUnpinListener(CachedMessageUnpinListener listener)Adds aCachedMessageUnpinListener.java.util.List<CachedMessageUnpinListener>MessageAttachableListenerManager. getCachedMessageUnpinListeners()Gets all registeredCachedMessageUnpinListeners.Methods in org.javacord.api.listener.message with parameters of type CachedMessageUnpinListener Modifier and Type Method Description ListenerManager<CachedMessageUnpinListener>MessageAttachableListenerManager. addCachedMessageUnpinListener(CachedMessageUnpinListener listener)Adds aCachedMessageUnpinListener. -
Uses of CachedMessageUnpinListener in org.javacord.api.listener.server
Methods in org.javacord.api.listener.server that return types with arguments of type CachedMessageUnpinListener Modifier and Type Method Description ListenerManager<CachedMessageUnpinListener>ServerAttachableListenerManager. addCachedMessageUnpinListener(CachedMessageUnpinListener listener)Adds aCachedMessageUnpinListener.java.util.List<CachedMessageUnpinListener>ServerAttachableListenerManager. getCachedMessageUnpinListeners()Gets all registeredCachedMessageUnpinListeners.Methods in org.javacord.api.listener.server with parameters of type CachedMessageUnpinListener Modifier and Type Method Description ListenerManager<CachedMessageUnpinListener>ServerAttachableListenerManager. addCachedMessageUnpinListener(CachedMessageUnpinListener listener)Adds aCachedMessageUnpinListener.
-