borland Packages Class Hierarchy dx.dataset Package
java.util.EventListener +----com.borland.dx.dataset.LoadRowListener
MethodsIf a class implementing this interface is wired to a StorageDataSet by calling the StorageDataSet.addLoadRowListener() method, then the loadRow implementation will be called for every row that is loaded into the StorageDataSet.
Rows are "loaded" into a StorageDataSet by calling StorageDataSet.loadRow().
StorageDataSet.Provider implementations and DataSetData use StorageDataSet.loadRow() to quick populate a StorageDataSet.
public void loadRow(int status, ReadWriteRow row)
This method is called for each row that is loaded into a StorageDataSet.