Uses of Interface
com.tick42.glue.office.spreadsheets.SheetChangeHandler
-
Packages that use SheetChangeHandler Package Description com.tick42.glue.office.spreadsheets The spreadsheet API for Glue Office. -
-
Uses of SheetChangeHandler in com.tick42.glue.office.spreadsheets
Methods in com.tick42.glue.office.spreadsheets that return SheetChangeHandler Modifier and Type Method Description default SheetChangeHandler<T>SheetChangeHandler. compose(Consumer<SheetChange<T>> consumer)static <T> SheetChangeHandler<T>SheetChangeHandler. valid()Methods in com.tick42.glue.office.spreadsheets with parameters of type SheetChangeHandler Modifier and Type Method Description AsynchronousCloseableSheet. onChange(SheetChangeHandler<T> handler)Registers a change handler to be invoked when the sheet is changed in Excel.
-