Interface SheetChange<T>
-
- Type Parameters:
T- type of the data
public interface SheetChange<T>A change in sheet's data - usually caused by user interaction.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterable<T>data()
-