Uses of Class
com.vaadin.swingkit.core.VaadinSwingEvent
Packages that use VaadinSwingEvent
Package
Description
Swing-specific functionality.
-
Uses of VaadinSwingEvent in com.vaadin.swingkit.client
Methods in com.vaadin.swingkit.client with parameters of type VaadinSwingEventModifier and TypeMethodDescriptiondefault voidVaadinEventNotifier.fireEvent(VaadinSwingEvent event) Emits an event to all registered listeners of the same type as the event's.voidVaadinEventListener.handleEvent(VaadinSwingEvent event) Defines an action to be performed when an action event is emitted. -
Uses of VaadinSwingEvent in com.vaadin.swingkit.core
Methods in com.vaadin.swingkit.core that return VaadinSwingEventModifier and TypeMethodDescriptionVaadinSwingEventBuilder.build()Creates a newVaadinSwingEventinstance with the configuration of this builder. -
Uses of VaadinSwingEvent in com.vaadin.swingkit.server
Methods in com.vaadin.swingkit.server with parameters of type VaadinSwingEventModifier and TypeMethodDescriptionvoidEventEmitter.emit(VaadinSwingEvent event) Method to emit aVaadinSwingEventfrom a Vaadin view that will be received by the JVaadinPanel hosting the view on the Swing app.