Interface TableCellClickListener


public interface TableCellClickListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onClick(String columnKey, int rowKey, boolean isText)
     
  • Method Details

    • onClick

      void onClick(String columnKey, int rowKey, boolean isText)