public abstract class Event
extends java.lang.Object
EventListener
implementations to distinguish what event is being fired.ListenerAdapter
Modifier and Type | Field and Description |
---|---|
protected JDA |
api |
protected long |
responseNumber |
Modifier and Type | Method and Description |
---|---|
JDA |
getJDA()
Returns the JDA instance corresponding to this Event
|
long |
getResponseNumber() |
protected final JDA api
protected final long responseNumber
public Event(JDA api, long responseNumber)
public JDA getJDA()
public long getResponseNumber()