Inheritance diagram for org.openmobileis.synchro.openmsp.client.db.DecodedRowListener:
Definition at line 37 of file DecodedRowListener.java.
Public Member Functions | |
void | notifyNewRowDecoded (char action, String[] rowData) throws OpenMSPException |
call by the DBImportFileCoder during decodeFileData when a row is decoded. |
void org.openmobileis.synchro.openmsp.client.db.DecodedRowListener.notifyNewRowDecoded | ( | char | action, | |
String[] | rowData | |||
) | throws OpenMSPException |
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. |
Implemented in org.openmobileis.synchro.openmsp.client.db.ImportDecodedRowListener.