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