protected class OnlyofficeEditorUIService.EditorListener extends Object implements OnlyofficeEditorListener
| Modifier | Constructor and Description |
|---|---|
protected |
OnlyofficeEditorUIService.EditorListener() |
| 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.
|
protected OnlyofficeEditorUIService.EditorListener()
public void onCreate(Config config)
onCreate in interface OnlyofficeEditorListenerpublic void onGet(Config config)
onGet in interface OnlyofficeEditorListenerpublic void onJoined(Config config)
onJoined in interface OnlyofficeEditorListenerpublic void onLeaved(Config config)
onLeaved in interface OnlyofficeEditorListenerpublic void onSaved(Config config)
onSaved in interface OnlyofficeEditorListenerpublic void onError(Config config)
Config.getError().onError in interface OnlyofficeEditorListenerCopyright © 2003–2016 eXo Platform SAS. All rights reserved.