Class ComponentHandler

java.lang.Object
io.github.kaktushose.jdac.dispatching.handling.EventHandler<net.dv8tion.jda.api.events.interaction.component.GenericComponentInteractionCreateEvent>
io.github.kaktushose.jdac.dispatching.handling.ComponentHandler
All Implemented Interfaces:
BiConsumer<net.dv8tion.jda.api.events.interaction.component.GenericComponentInteractionCreateEvent, Runtime>

@Internal public final class ComponentHandler extends EventHandler<net.dv8tion.jda.api.events.interaction.component.GenericComponentInteractionCreateEvent>
  • Constructor Details

  • Method Details

    • prepare

      protected EventHandler.PreparationResult prepare(net.dv8tion.jda.api.events.interaction.component.GenericComponentInteractionCreateEvent genericEvent, Runtime runtime)
      Specified by:
      prepare in class EventHandler<net.dv8tion.jda.api.events.interaction.component.GenericComponentInteractionCreateEvent>