Uses of Interface
org.exoplatform.onlyoffice.OnlyofficeEditorListener
-
Packages that use OnlyofficeEditorListener Package Description org.exoplatform.onlyoffice -
-
Uses of OnlyofficeEditorListener in org.exoplatform.onlyoffice
Fields in org.exoplatform.onlyoffice with type parameters of type OnlyofficeEditorListener Modifier and Type Field Description protected ConcurrentLinkedQueue<OnlyofficeEditorListener>OnlyofficeEditorServiceImpl. listenersThe listeners.Methods in org.exoplatform.onlyoffice with parameters of type OnlyofficeEditorListener Modifier and Type Method Description voidOnlyofficeEditorService. addListener(OnlyofficeEditorListener listener)Add listener to the service.voidOnlyofficeEditorServiceImpl. addListener(OnlyofficeEditorListener listener)Add listener to the service.voidOnlyofficeEditorService. removeListener(OnlyofficeEditorListener listener)Remove listener from the service.voidOnlyofficeEditorServiceImpl. removeListener(OnlyofficeEditorListener listener)Remove listener from the service.
-