Uses of Interface
com.tick42.glue.office.spreadsheets.SheetChange
| Package | Description |
|---|---|
| com.tick42.glue.office.spreadsheets |
The spreadsheet API for Glue Office.
|
-
Uses of SheetChange in com.tick42.glue.office.spreadsheets
Methods in com.tick42.glue.office.spreadsheets with parameters of type SheetChange Modifier and Type Method Description CompletionStage<Collection<ValidationError>>SheetChangeHandler. onChange(SheetChange<T> change)Called when data change is received.Method parameters in com.tick42.glue.office.spreadsheets with type arguments of type SheetChange Modifier and Type Method Description default SheetChangeHandler<T>SheetChangeHandler. compose(Consumer<SheetChange<T>> consumer)