public interface DataSetChangeListener
DataSet changing events, such as add record, etc. must implement this interface.| Modifier and Type | Method and Description |
|---|---|
void |
onAddRecord(DataSetFields fields,
DataSetRecord record)
This method called on add record event.
|
void onAddRecord(DataSetFields fields, DataSetRecord record)
fields - the fieldsrecord - the recordCopyright © 2010-2020 Toolsverse. All Rights Reserved.