Package net.dv8tion.jda.api.events
package net.dv8tion.jda.api.events
The core events that are fired by this library, informing
the end-user about the connection state of the current JDA instance.
This package contains all implementations of Event
.
These are specific depending on the event that has been received by the gateway connection.
All events are forwarded by an IEventManager
implementation.
Some events are specific for JDA internal events such as the ReadyEvent
which is only fired when JDA finishes to setup its internal cache.
-
ClassDescriptionIndicates that JDA has been disconnected from the remote server.Top-level event type
All events JDA fires are derived from this class.Indicates that JDA encountered a Throwable that could not be forwarded to another end-user frontend.Indicates that the gateway ping has been updated by the heartbeat cycle.Wrapper for the raw dispatch event received from discord.Indicates that JDA finished loading all entities.Indicates if JDA successfully re-established its connection to the gateway.Indicates that JDA successfully resumed its connection to the gateway.Indicates that JDA has fully disconnected from Discord and will not attempt to reconnect again.Indicates that ourStatus
changed.UpdateEvent<E,T> Indicates that a value of an entity was updated