Uses of Interface
org.javacord.api.listener.server.VoiceServerUpdateListener
-
Packages that use VoiceServerUpdateListener Package Description org.javacord.api.listener org.javacord.api.listener.server -
-
Uses of VoiceServerUpdateListener in org.javacord.api.listener
Methods in org.javacord.api.listener that return types with arguments of type VoiceServerUpdateListener Modifier and Type Method Description default ListenerManager<VoiceServerUpdateListener>GloballyAttachableListenerManager. addVoiceServerUpdateListener(VoiceServerUpdateListener listener)Adds aVoiceServerUpdateListener.default List<VoiceServerUpdateListener>GloballyAttachableListenerManager. getVoiceServerUpdateListeners()Gets a list with all registeredVoiceServerUpdateListeners.Methods in org.javacord.api.listener with parameters of type VoiceServerUpdateListener Modifier and Type Method Description default DiscordApiBuilderChainableGloballyAttachableListenerManager. addVoiceServerUpdateListener(VoiceServerUpdateListener listener)Adds aVoiceServerUpdateListenerto all createdDiscordApiinstances.default ListenerManager<VoiceServerUpdateListener>GloballyAttachableListenerManager. addVoiceServerUpdateListener(VoiceServerUpdateListener listener)Adds aVoiceServerUpdateListener.Method parameters in org.javacord.api.listener with type arguments of type VoiceServerUpdateListener Modifier and Type Method Description default DiscordApiBuilderChainableGloballyAttachableListenerManager. addVoiceServerUpdateListener(Function<DiscordApi,VoiceServerUpdateListener> listenerFunction)Adds aVoiceServerUpdateListenerto all createdDiscordApiinstances.default DiscordApiBuilderChainableGloballyAttachableListenerManager. addVoiceServerUpdateListener(Supplier<VoiceServerUpdateListener> listenerSupplier)Adds aVoiceServerUpdateListenerto all createdDiscordApiinstances. -
Uses of VoiceServerUpdateListener in org.javacord.api.listener.server
Methods in org.javacord.api.listener.server that return types with arguments of type VoiceServerUpdateListener Modifier and Type Method Description ListenerManager<VoiceServerUpdateListener>ServerAttachableListenerManager. addVoiceServerUpdateListener(VoiceServerUpdateListener listener)Adds aVoiceServerUpdateListener.List<VoiceServerUpdateListener>ServerAttachableListenerManager. getVoiceServerUpdateListeners()Gets a list with all registeredVoiceServerUpdateListeners.Methods in org.javacord.api.listener.server with parameters of type VoiceServerUpdateListener Modifier and Type Method Description ListenerManager<VoiceServerUpdateListener>ServerAttachableListenerManager. addVoiceServerUpdateListener(VoiceServerUpdateListener listener)Adds aVoiceServerUpdateListener.
-