ItemClick vs. Item_DoubleClick

Hello!

In a table in a browser screen,
I can use .setItemClickAction (…) to invoke click handler. But this only works with double click.

Is it right to use onTableBrowseSelection handler to have the single click?

Both work fine, but are these two possibilities best practice?