Uses of Interface
dev.sympho.bot_utils.component.ComponentManager.Handler
Packages that use ComponentManager.Handler
-
Uses of ComponentManager.Handler in dev.sympho.bot_utils.component
Classes in dev.sympho.bot_utils.component with type parameters of type ComponentManager.HandlerModifier 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.Subinterfaces of ComponentManager.Handler in dev.sympho.bot_utils.componentModifier and TypeInterfaceDescriptionstatic interfaceSpecification for the handling of a button.static interfaceSpecification for the handling of a modal submission.