Inheritance diagram for org.openmobileis.database.fastobjectdb.synchro.client.sync4j.Sync4jSynchroFODBConnector:
Definition at line 42 of file Sync4jSynchroFODBConnector.java.
Public Member Functions | |
Sync4jSynchroFODBConnector () | |
void | registerCollection (String collectionName) |
Call when a new collection is created or loaded at init phase. | |
void | registerSynchroFODBReturnListener (String collectionName, SynchroFODBReturnListener listener) |
Register a SynchroFODBReturnListener for a collection name to the synchro connector. |
|
Call when a new collection is created or loaded at init phase.
Implements org.openmobileis.database.fastobjectdb.synchro.client.SynchroFODBConnector. Definition at line 54 of file Sync4jSynchroFODBConnector.java. |
|
Register a SynchroFODBReturnListener for a collection name to the synchro connector. Call during collection creation or collection loading.
Implements org.openmobileis.database.fastobjectdb.synchro.client.SynchroFODBConnector. Definition at line 60 of file Sync4jSynchroFODBConnector.java. |