public interface DDMReadCallback
| Modifier and Type | Method and Description | 
|---|---|
| void | endOfFile(DDMCallbackEvent event)Called by DDMConnection when a read or position operation moved the cursor to before the first record or after the last record. | 
| void | newRecord(DDMCallbackEvent event,
         DDMDataBuffer dataBuffer)Called by DDMConnection when a new record has been read. | 
| void | recordNotFound(DDMCallbackEvent event)Called by DDMConnection when a keyed read returned no matching records. | 
void newRecord(DDMCallbackEvent event, DDMDataBuffer dataBuffer) throws java.io.IOException
java.io.IOExceptionvoid recordNotFound(DDMCallbackEvent event)
void endOfFile(DDMCallbackEvent event)