Package com.vaadin.event.selection
-
Interface Summary Interface Description MultiSelectionListener<T> A listener for listening for selection changes from a multiselection component.SelectionEvent<T> A selection event that unifies the way to access to selection event for multi selection and single selection components (in case when only one selected item is required).SelectionListener<T> A listener forSelectionEvent
.SingleSelectionListener<T> A listener for listening to selection changes on a single selection component. -
Class Summary Class Description MultiSelectionEvent<T> Event fired when the the selection changes in aSelectionModel.Multi
.SingleSelectionEvent<T> Fired when the selection changes in a listing component.