Functiondojox.off.sync.ActionLog.onReplayFinished

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

For advanced usage; most developers can ignore this. Called when we are finished replaying our commands; called if we have successfully exhausted all of our commands, or if an error occurred during replaying. The default implementation simply continues the synchronization process. Connect to this to register for the event: dojo.connect(dojox.off.sync.actions, "onReplayFinished", someFunc)

Usage

function ()