Package studio.mevera.lotus.api.button
Interface ClickAction
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Action that runs when a button is clicked.
-
Method Summary
Modifier and TypeMethodDescriptiondefault @NotNull ClickActionandThen(@NotNull ClickAction next) Returns an action that runs this action first, thennext.voidHandles the click.
-
Method Details
-
andThen
Returns an action that runs this action first, thennext.