Skip to content

1.7. Setting the ClickListener

Evren Coskun edited this page Apr 4, 2020 · 1 revision

To be able to set your listener to the TableView, you can use the setTableViewListener function like this;

    tableView.setTableViewListener(new MyTableViewListener());