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