Class StoreChannelDeleteEvent
- java.lang.Object
-
- net.dv8tion.jda.api.events.Event
-
- net.dv8tion.jda.api.events.channel.store.GenericStoreChannelEvent
-
- net.dv8tion.jda.api.events.channel.store.StoreChannelDeleteEvent
-
- All Implemented Interfaces:
GenericEvent
public class StoreChannelDeleteEvent extends GenericStoreChannelEvent
Indicates that aStoreChannel
has been deleted.Can be used to detect when a StoreChannel has been deleted.
-
-
Constructor Summary
Constructors Constructor Description StoreChannelDeleteEvent(JDA api, long responseNumber, StoreChannel channel)
-
Method Summary
-
Methods inherited from class net.dv8tion.jda.api.events.channel.store.GenericStoreChannelEvent
getChannel
-
Methods inherited from class net.dv8tion.jda.api.events.Event
getJDA, getResponseNumber
-
-
-
-
Constructor Detail
-
StoreChannelDeleteEvent
public StoreChannelDeleteEvent(@Nonnull JDA api, long responseNumber, @Nonnull StoreChannel channel)
-
-