TableDataListener is an event listener interface that supports
processing events produced by a corresponding
TableDataProvider instance, in addition to those fired by the underlying
DataProvider .
TableDataProvider is a specialized subinterface of
DataProvider that provides access to a scrollable set of "rows" of data elements, with
each row being identified by a
RowKey .