Inheritance diagram for org.openmobileis.synchro.openmsp.client.db.ImportDecodedRowListener:
from the synchro process. Abstrct helper methods are provided to get the database.
Definition at line 43 of file ImportDecodedRowListener.java.
Public Member Functions | |
ImportDecodedRowListener (ImportQueryManager qm) | |
void | notifyNewRowDecoded (char action, String[] rowData) |
call by the DBImportFileCoder during decodeFileData when a row is decoded. | |
void | notifyError (int ligne, char errorCharacter) |
|
call by the DBImportFileCoder during decodeFileData when a row is decoded.
Implements org.openmobileis.synchro.openmsp.client.db.DecodedRowListener. Definition at line 51 of file ImportDecodedRowListener.java. References org.openmobileis.synchro.openmsp.client.db.ImportQueryManager.executeCreateQuery(), org.openmobileis.synchro.openmsp.client.db.ImportQueryManager.executeDeleteQuery(), and org.openmobileis.synchro.openmsp.client.db.ImportQueryManager.executeUpdateQuery(). |