The addOnFetchComplete and removeOnFetchComplete methods of the Recordset class add or remove a notification that the retrieval operation has been completed, respectively.
public void addOnFetchComplete(RecordsetEventHandler handler);
public void removeOnFetchComplete(RecordsetEventHandler handler);
handler | The routine defined for this event. |