Uses of Interface
dev.sympho.bot_utils.component.ModalManager.Handler
Packages that use ModalManager.Handler
-
Uses of ModalManager.Handler in dev.sympho.bot_utils.component
Methods in dev.sympho.bot_utils.component that return ModalManager.HandlerModifier and TypeMethodDescriptionstatic ModalManager.HandlerModalManager.Handler.of(String id, ModalManager.HandlerFunction handler) Creates a handler that uses the given function..Methods in dev.sympho.bot_utils.component with parameters of type ModalManager.HandlerModifier and TypeMethodDescriptionstatic ModalManager.Handler.BuilderModalManager.Handler.builder(ModalManager.Handler base) Creates a new builder initialized with the properties of the given handler.