Class GenericChannelEvent

java.lang.Object
net.dv8tion.jda.api.events.Event
net.dv8tion.jda.api.events.channel.GenericChannelEvent
All Implemented Interfaces:
GenericEvent
Direct Known Subclasses:
ChannelCreateEvent, ChannelDeleteEvent, GenericChannelUpdateEvent

public class GenericChannelEvent extends Event
Top-level channel event type
All channel events JDA fires are derived from this class.

Can be used to check if an Object is a JDA event in EventListener implementations to distinguish what event is being fired.
Adapter implementation: ListenerAdapter