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 ComponentManager.ComponentContext<E>, HF extends @NonNull ComponentManager.HandlerFunction<C>, H extends @NonNull ComponentManager.Handler<H, HF>, HE extends @NonNull ComponentManager.HandlerEntry<H>> Centralized manager for component interaction handling.protected static interfaceComponentManager.HandlerEntry<H extends @NonNull ComponentManager.Handler<H,?>> Specification for a handler to be registered.Classes in dev.sympho.bot_utils.component that implement ComponentManager.HandlerModifier and TypeClassDescriptionstatic final recordSpecification for the handling of a button.static final recordSpecification for the handling of a modal submission.