public interface ISaveProvider
| Modifier and Type | Method and Description |
|---|---|
void |
saveChanges(ICellInventory<?> cellInventory)
Cell has changed and needs to be changed.
|
void saveChanges(@Nullable
ICellInventory<?> cellInventory)
cellInventory - can be null for custom cells.