Interface OnlyofficeEditorListener


public interface OnlyofficeEditorListener
Created by The eXo Platform SAS.
Version:
$Id: OnlyofficeEditorListener.java 00000 Mar 4, 2016 pnedonosko $
Author:
Peter Nedonosko
  • Field Details

    • FILE_DELETED_ERROR

      static final long FILE_DELETED_ERROR
      The FILE_DELEDED_ERROR code.
      See Also:
  • Method Details

    • onCreate

      void onCreate(DocumentStatus status)
      New editor just created.
      Parameters:
      status - the status
    • onGet

      void onGet(DocumentStatus status)
      Existing editor obtained by user.
      Parameters:
      status - the status
    • onJoined

      void onJoined(DocumentStatus status)
      User joined co-editing document (it's second or more user).
      Parameters:
      status - the status
    • onLeaved

      void onLeaved(DocumentStatus status)
      User leaved co-editing document (it's at least second user gone).
      Parameters:
      status - the status
    • onSaved

      void onSaved(DocumentStatus status)
      Document was saved and editor released.
      Parameters:
      status - the status
    • onError

      void onError(DocumentStatus status)
      Error saving document in editor. Error message if found, will be set in the Config.getError().
      Parameters:
      status - the status