Interface OnlyOfficeServiceAsync


public interface OnlyOfficeServiceAsync
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    endEditing(long docId, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
     
    void
    startEditing(long docId, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
     
    void
    startFilling(long docId, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
     
  • Method Details

    • startEditing

      void startEditing(long docId, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
    • startFilling

      void startFilling(long docId, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
    • endEditing

      void endEditing(long docId, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)