- Enclosing class:
- OnlyofficeOpenManageComponent
public static class OnlyofficeOpenManageComponent.OnlyofficeOpenActionListener
extends org.exoplatform.webui.event.EventListener<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.