public interface TableDataClickListener<T>
Modifier and Type | Method and Description |
---|---|
void |
onDataClicked(int rowIndex,
T clickedData)
This method is called when there was a click on a certain table data.
|
void onDataClicked(int rowIndex, T clickedData)
rowIndex
- The index of the row that has been clicked.clickedData
- The data that was clicked.