Uses of Class
com.flowingcode.vaadin.addons.chatassistant.ChatAssistant.ScreenSizeEvent
Packages that use ChatAssistant.ScreenSizeEvent
-
Uses of ChatAssistant.ScreenSizeEvent in com.flowingcode.vaadin.addons.chatassistant
Method parameters in com.flowingcode.vaadin.addons.chatassistant with type arguments of type ChatAssistant.ScreenSizeEventModifier and TypeMethodDescriptionChatAssistant.addScreenSizeListener(Integer width, Integer height, ComponentEventListener<ChatAssistant.ScreenSizeEvent> listener) Adds a listener that is notified when the chat window's own size crosses the given threshold.