public interface DataTableListener
| Modifier and Type | Method and Description |
|---|---|
void |
recordAdded(DataTable table,
GenericRecord record)
Event indicating that a record has been added to a table.
|
void |
recordRemoved(DataTable table,
GenericRecord record)
Event indicating that a record has been removed from a table.
|
void recordAdded(DataTable table, GenericRecord record)
table - the table to which the record has been addedrecord - the record added to the tablevoid recordRemoved(DataTable table, GenericRecord record)
table - the table from which the record has been removedrecord - the record removed from the table