Class StoreChannelCreateEvent
- java.lang.Object
-
- net.dv8tion.jda.api.events.Event
-
- net.dv8tion.jda.api.events.channel.store.GenericStoreChannelEvent
-
- net.dv8tion.jda.api.events.channel.store.StoreChannelCreateEvent
-
- All Implemented Interfaces:
GenericEvent
public class StoreChannelCreateEvent extends GenericStoreChannelEvent
Indicates that aStoreChannel
has been created.Can be used to detect new StoreChannel creation.
-
-
Constructor Summary
Constructors Constructor Description StoreChannelCreateEvent(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
-
StoreChannelCreateEvent
public StoreChannelCreateEvent(@Nonnull JDA api, long responseNumber, @Nonnull StoreChannel channel)
-
-