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