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