Interface ColumnSortList.Delegate
-
- Enclosing class:
- ColumnSortList
public static interface ColumnSortList.Delegate
The delegate that handles modifications to the list.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onModification()
Called when the list is modified.
-