@FunctionalInterface
public static interface DataGrid.SelectionListener<E>
| Modifier and Type | Method and Description |
|---|---|
void |
selected(DataGrid.SelectionEvent<E> event)
Called when the selection state has changed.
|
void selected(DataGrid.SelectionEvent<E> event)
event - an event providing more information