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 - void onGet(Config config)
config - void onJoined(Config config)
config - void onLeaved(Config config)
config - void onSaved(Config config)
config - void onError(Config config)
Config.getError().config - Copyright © 2003–2016 eXo Platform SAS. All rights reserved.