If a selected item in a TableViewer (or Table) has been updated by means
of TableViewer#repalce(Object,int), I would like to fire a selection
changed event.
In a background thread I fetch the data from rows, and if a selected
thread is refreshed with new data, I want to be notified of that.