Uses of Interface
org.javacord.api.listener.connection.LostConnectionListener
-
Packages that use LostConnectionListener Package Description org.javacord.api.listener -
-
Uses of LostConnectionListener in org.javacord.api.listener
Methods in org.javacord.api.listener that return types with arguments of type LostConnectionListener Modifier and Type Method Description default ListenerManager<LostConnectionListener>GloballyAttachableListenerManager. addLostConnectionListener(LostConnectionListener listener)Adds aLostConnectionListener.default java.util.List<LostConnectionListener>GloballyAttachableListenerManager. getLostConnectionListeners()Gets all registeredLostConnectionListeners.Methods in org.javacord.api.listener with parameters of type LostConnectionListener Modifier and Type Method Description default DiscordApiBuilderChainableGloballyAttachableListenerManager. addLostConnectionListener(LostConnectionListener listener)Adds aLostConnectionListenerto all createdDiscordApiinstances.default ListenerManager<LostConnectionListener>GloballyAttachableListenerManager. addLostConnectionListener(LostConnectionListener listener)Adds aLostConnectionListener.Method parameters in org.javacord.api.listener with type arguments of type LostConnectionListener Modifier and Type Method Description default DiscordApiBuilderChainableGloballyAttachableListenerManager. addLostConnectionListener(java.util.function.Function<DiscordApi,LostConnectionListener> listenerFunction)Adds aLostConnectionListenerto all createdDiscordApiinstances.default DiscordApiBuilderChainableGloballyAttachableListenerManager. addLostConnectionListener(java.util.function.Supplier<LostConnectionListener> listenerSupplier)Adds aLostConnectionListenerto all createdDiscordApiinstances.
-