Package com.vaadin.event
Interface SelectionEvent.SelectionListener
-
- All Superinterfaces:
Serializable
- Enclosing class:
- SelectionEvent
public static interface SelectionEvent.SelectionListener extends Serializable
The listener interface for receivingSelectionEvents.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidselect(SelectionEvent event)Notifies the listener that the selection state has changed.
-
-
-
Method Detail
-
select
void select(SelectionEvent event)
Notifies the listener that the selection state has changed.- Parameters:
event- the selection change event
-
-