Class ComponentHandler

java.lang.Object
com.github.kaktushose.jda.commands.dispatching.handling.EventHandler<net.dv8tion.jda.api.events.interaction.component.GenericComponentInteractionCreateEvent>
com.github.kaktushose.jda.commands.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 InvocationContext<net.dv8tion.jda.api.events.interaction.component.GenericComponentInteractionCreateEvent> prepare(@NotNull @NotNull net.dv8tion.jda.api.events.interaction.component.GenericComponentInteractionCreateEvent genericEvent, @NotNull @NotNull Runtime runtime)
      Specified by:
      prepare in class EventHandler<net.dv8tion.jda.api.events.interaction.component.GenericComponentInteractionCreateEvent>