public interface DBLoadMonitor<R extends DBRecord>
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Cancels the load
|
boolean |
loadedRecord(R record)
Is called each time a record was fetched from the underlying ResultSet
|
boolean |
wasCancelled()
Tells whether this load has been cancelled
|
boolean loadedRecord(R record)
record
- The record just fetched from the ResultSetboolean wasCancelled()
void cancel()
Copyright © 2014 EsprIT-Systems. All Rights Reserved.