Package com.vaadin.flow.component.ai.ui
Interface InputSubmitListener
- All Superinterfaces:
Serializable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Listener for input submit events.
- Author:
- Vaadin Ltd
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidonSubmit(InputSubmitEvent event) Called when the user submits input.
-
Method Details
-
onSubmit
Called when the user submits input.- Parameters:
event- the submit event, notnull
-