Interface ISaveProvider

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ISaveProvider
Tells the cell provider that changes have been made and the cell must be persisted
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Cell has changed and needs to be persisted.
  • Method Details

    • saveChanges

      void saveChanges()
      Cell has changed and needs to be persisted.