DataSetListener
DisplayTable
public interface DataTableListener extends DataSetListener
Modifier and Type | Method | Description |
---|---|---|
void |
tableRowCountChanged(DataSinkTable table) |
Method called to indicate that the number of rows in the
table has changed.
|
void |
tableRowHeadersChanged(DataSinkTable table) |
Method called to indicate that the row headers in the table have
changed.
|
dataChanged, dataCountChanged
void tableRowHeadersChanged(DataSinkTable table)
void tableRowCountChanged(DataSinkTable table)