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 41 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) |
void org.openmobileis.synchro.openmsp.client.db.ImportDecodedRowListener.notifyNewRowDecoded | ( | char | action, | |
String[] | rowData | |||
) |
call by the DBImportFileCoder during decodeFileData when a row is decoded.
: | the action to perform for the data | |
: | the data to store in the database. |
Implements org.openmobileis.synchro.openmsp.client.db.DecodedRowListener.
Definition at line 49 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().