Class CallUpdateRegionEvent
- java.lang.Object
-
- net.dv8tion.jda.core.events.Event
-
- net.dv8tion.jda.client.events.call.GenericCallEvent
-
- net.dv8tion.jda.client.events.call.update.CallUpdateRegionEvent
-
public class CallUpdateRegionEvent extends GenericCallEvent
-
-
Constructor Summary
Constructors Constructor Description CallUpdateRegionEvent(JDA api, long responseNumber, Call call, Region oldRegion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Region
getOldRegion()
-
Methods inherited from class net.dv8tion.jda.client.events.call.GenericCallEvent
getCall, getGroup, getPrivateChannel, isGroupCall
-
Methods inherited from class net.dv8tion.jda.core.events.Event
getJDA, getResponseNumber
-
-