DisconnectEvent
, ExceptionEvent
, GenericCallEvent
, GenericCategoryEvent
, GenericEmoteEvent
, GenericGroupEvent
, GenericGuildEvent
, GenericMessageEvent
, GenericRelationshipEvent
, GenericRoleEvent
, GenericSelfUpdateEvent
, GenericTextChannelEvent
, GenericUserEvent
, GenericVoiceChannelEvent
, HttpRequestEvent
, MessageBulkDeleteEvent
, PrivateChannelCreateEvent
, PrivateChannelDeleteEvent
, ReadyEvent
, ReconnectedEvent
, ResumedEvent
, ShutdownEvent
, StatusChangeEvent
, UnavailableGuildJoinedEvent
public abstract class Event
extends java.lang.Object
EventListener
implementations to distinguish what event is being fired.ListenerAdapter
Constructor | Description |
---|---|
Event(JDA api) |
|
Event(JDA api,
long responseNumber) |
Modifier and Type | Method | Description |
---|---|---|
JDA |
getJDA() |
Returns the JDA instance corresponding to this Event
|
long |
getResponseNumber() |