Class ModalHandler

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

@Internal public final class ModalHandler extends EventHandler<net.dv8tion.jda.api.events.interaction.ModalInteractionEvent>
  • Constructor Details

  • Method Details

    • prepare

      protected InvocationContext<net.dv8tion.jda.api.events.interaction.ModalInteractionEvent> prepare(net.dv8tion.jda.api.events.interaction.ModalInteractionEvent event, Runtime runtime)
      Specified by:
      prepare in class EventHandler<net.dv8tion.jda.api.events.interaction.ModalInteractionEvent>