dojox.off.sync
dojo.require("dojox.off.sync");
defined in dojox/off/sync.js

ConstructorsBack to top
void Attempts to cancel this sync session
void For advanced usage; most developers can ignore this. Called when syncing is finished. Advanced developers can over-ride this method to clean up after finishing their own sync mechanism they might have rolled.
Applications call this method from their after getting a "download" event in dojox.off.sync.onSync to signal that they are finished downloading any data that should be available offline
void For advanced usage; most developers can ignore this. Called when we are going to refresh our list of offline files during syncing. Advanced developers can over-ride this method to do some advanced magic related to refreshing files. dojo.debug("refreshFiles");
void Starts synchronizing

FunctionsBack to top
void For advanced usage; most developers can ignore this. Called when syncing wants to download data. Advanced developers can over-ride this method to use their own sync mechanism.
void For advanced usage; most developers can ignore this. Called at the start of the syncing process. Advanced developers can over-ride this method to use their own sync mechanism to start syncing.
void For advanced usage; most developers can ignore this. Called when syncing wants to upload data. Advanced developers can over-ride this method to completely throw away the Action Log and replaying system and roll their own advanced sync mechanism if needed.

