Uses of Interface
dev.sympho.bot_utils.event.ComponentEventContext
Packages that use ComponentEventContext
Package
Description
Utilities for using Discord components.
Interfaces for handling user-triggered events in a generalized manner.
-
Uses of ComponentEventContext in dev.sympho.bot_utils.component
Classes in dev.sympho.bot_utils.component with type parameters of type ComponentEventContextModifier 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 interfaceA function used to handle an interaction event. -
Uses of ComponentEventContext in dev.sympho.bot_utils.event
Subinterfaces of ComponentEventContext in dev.sympho.bot_utils.eventModifier and TypeInterfaceDescriptioninterfaceThe context of a button component being pressed by a user.interfaceThe context of a modal component being submitted by a user.