Uses of Interface
io.keikai.model.SerializableConsumer
-
Packages that use SerializableConsumer Package Description io.keikai.model io.keikai.model.impl -
-
Uses of SerializableConsumer in io.keikai.model
Methods in io.keikai.model with parameters of type SerializableConsumer Modifier and Type Method Description voidSSheet. 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 SerializableConsumer Modifier and Type Method Description voidSheetImpl. addCellRegionValueChangeListener(CellRegion cellRegion, SerializableConsumer<CellRegion> listener)booleanSheetImpl. removeCellRegionValueChangeListener(SerializableConsumer<CellRegion> listener)
-