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
     
  • Method Details

    • data

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