public interface InteractionHandler
| Modifier and Type | Method and Description |
|---|---|
void |
clicked(@NotNull Component component,
@NotNull IFSlotClickContext context)
Called when a component is clicked.
|
void clicked(@NotNull
@NotNull Component component,
@NotNull
@NotNull IFSlotClickContext context)
component - The clicked component.context - The click context.