Uses of Interface
com.tick42.glue.office.spreadsheets.SheetChangeHandler
Packages that use SheetChangeHandler
-
Uses of SheetChangeHandler in com.tick42.glue.office.spreadsheets
Methods in com.tick42.glue.office.spreadsheets that return SheetChangeHandlerModifier and TypeMethodDescriptiondefault 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 SheetChangeHandlerModifier and TypeMethodDescriptionSheet.onChange(SheetChangeHandler<T> handler) Registers a change handler to be invoked when the sheet is changed in Excel.