Package org.jboss.hal.ballroom.table
Interface Table.SelectionChangeHandler<T>
-
- Type Parameters:
T- the row type
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface Table.SelectionChangeHandler<T>
Convenience handler when a row selection or deselection takes place.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonSelectionChanged(Table<T> table)Called when a selection changed.
-