Uses of Class
com.vaadin.event.selection.SingleSelectionEvent
-
Packages that use SingleSelectionEvent Package Description com.vaadin.event.selection -
-
Uses of SingleSelectionEvent in com.vaadin.event.selection
Methods in com.vaadin.event.selection with parameters of type SingleSelectionEvent Modifier and Type Method Description voidSingleSelectionListener. selectionChange(SingleSelectionEvent<T> event)Invoked when selection has been changed by the user or programmatically.
-