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