Interface SheetChange<T>

Type Parameters:
T - type of the data

public interface SheetChange<T>
A change in sheet's data - usually caused by user interaction.
  • Method Summary

    Modifier and Type Method Description
    Iterable<T> data()  
  • Method Details

    • data

      Iterable<T> data()
      Returns:
      data after the change