public interface OnlyofficeEditorListener
| Modifier and Type | Method and Description |
|---|---|
void |
onCreate(Config config)
New editor just created.
|
void |
onError(Config config)
Error saving document in editor.
|
void |
onGet(Config config)
Existing editor obtained by user.
|
void |
onJoined(Config config)
User joined co-editing document (it's second or more user).
|
void |
onLeaved(Config config)
User leaved co-editing document (it's at least second user gone).
|
void |
onSaved(Config config)
Document was saved and editor released.
|
void onCreate(Config config)
config - the configvoid onGet(Config config)
config - the configvoid onJoined(Config config)
config - the configvoid onLeaved(Config config)
config - the configvoid onSaved(Config config)
config - the configvoid onError(Config config)
Config.getError().config - the configCopyright © 2003–2019 eXo Platform SAS. All rights reserved.