Uses of Interface
io.keikai.model.SerializableConsumer
Packages that use SerializableConsumer
Package
Description
Keikai Spreadsheet Model API classes.
Keikai Spreadsheet Model API implementation classes, Internal use only
Keikai Spreadsheet Internal Book Model classes.
-
Uses of SerializableConsumer in io.keikai.api.model
Methods in io.keikai.api.model with parameters of type SerializableConsumerModifier and TypeMethodDescriptionvoidSheet.addCellRegionValueChangeListener(CellRegion cellRegion, SerializableConsumer<CellRegion> listener) Adds the listener when specific cell region value change.booleanSheet.removeCellRegionValueChangeListener(SerializableConsumer<CellRegion> listener) Remove the cell region value change listener. -
Uses of SerializableConsumer in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl with parameters of type SerializableConsumerModifier and TypeMethodDescriptionvoidSheetImpl.addCellRegionValueChangeListener(CellRegion cellRegion, SerializableConsumer<CellRegion> listener) booleanSheetImpl.removeCellRegionValueChangeListener(SerializableConsumer<CellRegion> listener) -
Uses of SerializableConsumer in io.keikai.model
Methods in io.keikai.model with parameters of type SerializableConsumerModifier and TypeMethodDescriptionvoidSSheet.addCellRegionValueChangeListener(CellRegion cellRegion, SerializableConsumer<CellRegion> listener) Adds the listener when specific cell region value change.booleanSSheet.removeCellRegionValueChangeListener(SerializableConsumer<CellRegion> listener) Remove the cell region value change listener.