Inheritance diagram for org.openmobileis.database.fastobjectdb.synchro.client.SynchroFODBConnector:
Definition at line 40 of file SynchroFODBConnector.java.
Public Member Functions | |
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.
Implemented in org.openmobileis.database.fastobjectdb.synchro.client.sync4j.Sync4jSynchroFODBConnector. Referenced by org.openmobileis.database.fastobjectdb.synchro.client.SynchroFastObjectDB.createCollection(), and org.openmobileis.database.fastobjectdb.synchro.client.SynchroFastObjectDB.openCollection(). |
|
Register a SynchroFODBReturnListener for a collection name to the synchro connector. Call during collection creation or collection loading.
Implemented in org.openmobileis.database.fastobjectdb.synchro.client.sync4j.Sync4jSynchroFODBConnector. Referenced by org.openmobileis.database.fastobjectdb.synchro.client.SynchroFastObjectDB.registerSynchroFODBReturnListener(). |