org.openmobileis.synchro.openmsp.client.db.DecodedRowListener Interface Reference

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

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

Detailed Description

Title: OpenMobileIS project source
Description: Base interface call by the PDA synchro manager to decode recieved rows.

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

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.


Member Function Documentation

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.

Parameters:
: the action to perform for the data
: the data to store in the database.

Implemented in org.openmobileis.synchro.openmsp.client.db.ImportDecodedRowListener.


The documentation for this interface was generated from the following file:
Generated on Mon Dec 4 11:03:42 2006 for OpenMobileIS by  doxygen 1.5.1-p1