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