Class ModalHandler
java.lang.Object
io.github.kaktushose.jdac.dispatching.handling.EventHandler<ModalInteractionEvent>
io.github.kaktushose.jdac.dispatching.handling.ModalHandler
- All Implemented Interfaces:
BiConsumer<ModalInteractionEvent, Runtime>
-
Nested Class Summary
Nested classes/interfaces inherited from class EventHandler
EventHandler.PreparationResult -
Field Summary
Fields inherited from class EventHandler
errorMessageFactory, interactionRegistry, INVOCATION_PERMITTED, log, runtimeIntrospection -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected EventHandler.PreparationResultprepare(ModalInteractionEvent event, Runtime runtime) Methods inherited from class EventHandler
acceptMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BiConsumer
andThen
-
Constructor Details
-
ModalHandler
-
-
Method Details
-
prepare
- Specified by:
preparein classEventHandler<ModalInteractionEvent>
-