Class CategoryDeleteEvent
- java.lang.Object
-
- net.dv8tion.jda.api.events.Event
-
- net.dv8tion.jda.api.events.channel.category.GenericCategoryEvent
-
- net.dv8tion.jda.api.events.channel.category.CategoryDeleteEvent
-
- All Implemented Interfaces:
GenericEvent
public class CategoryDeleteEvent extends GenericCategoryEvent
Indicates that aCategory
was deleted.Can be used to retrieve the old Category
-
-
Constructor Summary
Constructors Constructor Description CategoryDeleteEvent(JDA api, long responseNumber, Category category)
-
Method Summary
-
Methods inherited from class net.dv8tion.jda.api.events.channel.category.GenericCategoryEvent
getCategory, getGuild, getId, getIdLong
-
Methods inherited from class net.dv8tion.jda.api.events.Event
getJDA, getResponseNumber
-
-