- Enclosing class:
- OnlyofficeOpenManageComponent
public static class OnlyofficeOpenManageComponent.OnlyofficeOpenActionListener
extends org.exoplatform.ecm.webui.component.explorer.control.listener.UIActionBarActionListener<OnlyofficeOpenManageComponent>
The listener interface for receiving onlyofficeOpenAction events. The class
that is interested in processing a onlyofficeOpenAction event implements
this interface, and the object created with that class is registered with a
component using the component's
addOnlyofficeOpenActionListener method. When the
onlyofficeOpenAction event occurs, that object's appropriate method is
invoked.