org.openmobileis.synchro.openmsp.client.db
Interface DecodedRowListener
- All Known Implementing Classes:
- ImportDecodedRowListener
- public interface DecodedRowListener
Title: OpenMobileIS project source
Description: Base interface call by the PDA synchro manager to decode recieved rows.
- Since:
- JDK 1.1
- Version:
- 1.0.
- Author:
- Philippe Delrieu
Method Summary |
void |
notifyError(int ligne,
char errorCharacter)
|
void |
notifyNewRowDecoded(char action,
java.lang.String[] rowData)
call by the DBImportFileCoder during decodeFileData when a row is decoded. |
notifyNewRowDecoded
public void notifyNewRowDecoded(char action,
java.lang.String[] rowData)
throws OpenMSPException
- call by the DBImportFileCoder during decodeFileData when a row is decoded.
- Throws:
OpenMSPException
notifyError
public void notifyError(int ligne,
char errorCharacter)
throws OpenMSPException
- Throws:
OpenMSPException
Copyright 2006 OpenMobileIS. All Rights Reserved.