Interface | Description |
---|---|
EventListener |
JDA pushes
Events to the registered EventListeners. |
IEventManager |
An interface for JDA's EventManager system.
|
Class | Description |
---|---|
AnnotatedEventManager |
Implementation for
IEventManager
which checks for SubscribeEvent annotations on both
static and member methods. |
InterfacedEventManager |
An
IEventManager implementation
that uses the EventListener interface for
event listeners. |
ListenerAdapter |
An abstract implementation of
EventListener which divides Events
for the you. |
Annotation Type | Description |
---|---|
SubscribeEvent |
Annotation used by the
AnnotatedEventManager
this is only picked up if the event manager implementation has been set to use the AnnotatedEventManager
via JDABuilder.setEventManager(IEventManager) |