you can use
row.addEventListener('click',function(e){
alert('left:'+ e.x + ' top:'+ e.y);
});
where row is a Titanium.UI.TableViewRow object. For other objects (e.g. windows / views) you can use the same eventlistener.
: . .. .
, - , addEventListener .