borland Packages Class Hierarchy dx.dataset Package
ResolverAdapter class
java.lang.Object
+----com.borland.dx.dataset.ResolverAdapter
About the ResolverAdapter class
Properties Methods
Implements ResolverListener, EventListener
This is an adapter class for ResolverListener, which is used as notification before and after a StorageDataSet is resolved.
ResolverAdapter properties
*Read-only properties **Write-only properties
Properties implemented in java.lang.Object
ResolverAdapter methods
Methods implemented in this class
- deletedRow(com.borland.dx.dataset.ReadWriteRow)
- deleteError(com.borland.dx.dataset.DataSet, com.borland.dx.dataset.ReadWriteRow, com.borland.dx.dataset.DataSetException, com.borland.jb.util.ErrorResponse)
- deletingRow(com.borland.dx.dataset.ReadWriteRow, com.borland.dx.dataset.ResolverResponse)
- insertedRow(com.borland.dx.dataset.ReadWriteRow)
- insertError(com.borland.dx.dataset.DataSet, com.borland.dx.dataset.ReadWriteRow, com.borland.dx.dataset.DataSetException, com.borland.jb.util.ErrorResponse)
- insertingRow(com.borland.dx.dataset.ReadWriteRow, com.borland.dx.dataset.ResolverResponse)
- updatedRow(com.borland.dx.dataset.ReadWriteRow, com.borland.dx.dataset.ReadRow)
- updateError(com.borland.dx.dataset.DataSet, com.borland.dx.dataset.ReadWriteRow, com.borland.dx.dataset.ReadRow, com.borland.dx.dataset.ReadWriteRow, com.borland.dx.dataset.DataSetException, com.borland.jb.util.ErrorResponse)
- updatingRow(com.borland.dx.dataset.ReadWriteRow, com.borland.dx.dataset.ReadRow, com.borland.dx.dataset.ResolverResponse)
Methods implemented in java.lang.Object
- clone()
- equals(java.lang.Object)
- finalize()
- hashCode()
- notify()
- notifyAll()
- toString()
- wait()
- wait(long)
- wait(long, int)