Uses of Interface
io.keikai.model.SerializableConsumer
Packages that use SerializableConsumer
-
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. -
Uses of SerializableConsumer in io.keikai.model.impl
Methods in io.keikai.model.impl with parameters of type SerializableConsumerModifier and TypeMethodDescriptionvoidSheetImpl.addCellRegionValueChangeListener(CellRegion cellRegion, SerializableConsumer<CellRegion> listener) booleanSheetImpl.removeCellRegionValueChangeListener(SerializableConsumer<CellRegion> listener)