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 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.
-
ClassDescriptionTop-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.Interface for events supported byEventManagers
.Wrapper for the raw dispatch event received from discord.Indicates that ourStatus
changed.UpdateEvent<E,T> Indicates that a value of an entity was updated