Uses of Interface
dev.sympho.bot_utils.component.ComponentManager.HandlerFunction
Packages that use ComponentManager.HandlerFunction
-
Uses of ComponentManager.HandlerFunction in dev.sympho.bot_utils.component
Classes in dev.sympho.bot_utils.component with type parameters of type ComponentManager.HandlerFunctionModifier and TypeClassDescriptionclassComponentManager<E extends @NonNull ComponentInteractionEvent,C extends @NonNull ComponentEventContext, HF extends @NonNull ComponentManager.HandlerFunction<C>, H extends @NonNull ComponentManager.Handler<HF>> Centralized manager for component interaction handling.protected static interfaceComponentManager.Handler<HF extends @NonNull ComponentManager.HandlerFunction<?>>Specification for the handling of an interaction.Subinterfaces of ComponentManager.HandlerFunction in dev.sympho.bot_utils.componentModifier and TypeInterfaceDescriptionstatic interfaceA function used to handle a button press event.static interfaceA function used to handle a modal submit event.