Uses of Class
org.xwiki.gwt.wysiwyg.client.plugin.sync.SyncResult

Packages that use SyncResult
org.xwiki.gwt.wysiwyg.client.plugin.sync   
 

Uses of SyncResult in org.xwiki.gwt.wysiwyg.client.plugin.sync
 

Methods in org.xwiki.gwt.wysiwyg.client.plugin.sync that return SyncResult
 SyncResult SyncService.syncEditorContent(Revision syncedRevision, String pageName, int version, boolean syncReset)
          Synchronizes this editor with others that edit the same page.
 

Methods in org.xwiki.gwt.wysiwyg.client.plugin.sync with parameters of type SyncResult
 void SyncPlugin.onSuccess(SyncResult result)
          
 

Method parameters in org.xwiki.gwt.wysiwyg.client.plugin.sync with type arguments of type SyncResult
 void SyncServiceAsync.syncEditorContent(Revision syncedRevision, String pageName, int version, boolean syncReset, com.google.gwt.user.client.rpc.AsyncCallback<SyncResult> async)
          Synchronizes this editor with others that edit the same page.
 



Copyright © 2004-2012 XWiki. All Rights Reserved.