01-10-2010 02:45 PM
Does anyone have any experience with SyncEventListener.
I register the listener with the following code:
SyncManager.getInstance().addSyncEventListener(this);
But the syncEventOccurred() callback is never invoked. Any insight would be appreciated.
Earl