org.openmobileis.synchro.openmsp.client.db
Class ImportDecodedRowListener
java.lang.Object
org.openmobileis.synchro.openmsp.client.db.ImportDecodedRowListener
- All Implemented Interfaces:
- DecodedRowListener
- public final class ImportDecodedRowListener
- extends java.lang.Object
- implements DecodedRowListener
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.
- 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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImportDecodedRowListener
public ImportDecodedRowListener(ImportQueryManager qm)
notifyNewRowDecoded
public void notifyNewRowDecoded(char action,
java.lang.String[] rowData)
- Description copied from interface:
DecodedRowListener
- call by the DBImportFileCoder during decodeFileData when a row is decoded.
- Specified by:
notifyNewRowDecoded
in interface DecodedRowListener
notifyError
public void notifyError(int ligne,
char errorCharacter)
- Specified by:
notifyError
in interface DecodedRowListener
Copyright 2006 OpenMobileIS. All Rights Reserved.