Main Page | Packages | Class Hierarchy | Class List | Directories | File List | Class Members | Related Pages

org.openmobileis.synchro.openmsp.client.db.ImportDecodedRowListener Class Reference

Inheritance diagram for org.openmobileis.synchro.openmsp.client.db.ImportDecodedRowListener:

org.openmobileis.synchro.openmsp.client.db.DecodedRowListener List of all members.

Detailed Description

Title: OpenMobileIS project source
Description: Default implementation of the listener use to decode synchro ROw from the synchronisation,process If you change the synchronisation process the the way dtabase update rows are encoded you have to modify this listener.

from the synchro process. Abstrct helper methods are provided to get the database.

Author:
Philippe Delrieu
Since:
JDK 1.1
Version:
1.0.

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)


Member Function Documentation

void org.openmobileis.synchro.openmsp.client.db.ImportDecodedRowListener.notifyNewRowDecoded char  action,
String[]  rowData
 

call by the DBImportFileCoder during decodeFileData when a row is decoded.

Parameters:
: 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 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().


The documentation for this class was generated from the following file:
Generated on Wed Dec 14 21:05:40 2005 for OpenMobileIS by  doxygen 1.4.4