Uses of Class
com.flowingcode.vaadin.addons.chatassistant.ChatAssistant.ChatSentEvent
-
Uses of ChatAssistant.ChatSentEvent in com.flowingcode.vaadin.addons.chatassistant
Method parameters in com.flowingcode.vaadin.addons.chatassistant with type arguments of type ChatAssistant.ChatSentEventModifier and TypeMethodDescriptioncom.vaadin.flow.shared.RegistrationChatAssistant.addChatSentListener(com.vaadin.flow.component.ComponentEventListener<ChatAssistant.ChatSentEvent> listener) Adds a listener that will be notified when the ChatSentEvent is fired, allowing to react when a message is sent by the user or programmatically.