Class ConnectGDriveActionComponent.ConnectGDriveActionListener
java.lang.Object
org.exoplatform.webui.event.EventListener<ConnectGDriveActionComponent>
org.exoplatform.webui.ext.UIExtensionEventListener<ConnectGDriveActionComponent>
org.exoplatform.ecm.webui.component.explorer.control.listener.UIActionBarActionListener<ConnectGDriveActionComponent>
org.exoplatform.services.cms.clouddrives.gdrive.ecms.ConnectGDriveActionComponent.ConnectGDriveActionListener
- 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.-
Field Summary
Fields inherited from class org.exoplatform.webui.event.EventListener
RESULT_OK -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessEvent(org.exoplatform.webui.event.Event<ConnectGDriveActionComponent> event) Methods inherited from class org.exoplatform.ecm.webui.component.explorer.control.listener.UIActionBarActionListener
createContext, getExtensionTypeMethods inherited from class org.exoplatform.webui.ext.UIExtensionEventListener
execute
-
Constructor Details
-
ConnectGDriveActionListener
public ConnectGDriveActionListener()
-
-
Method Details
-
processEvent
public void processEvent(org.exoplatform.webui.event.Event<ConnectGDriveActionComponent> event) throws Exception - Specified by:
processEventin classorg.exoplatform.webui.ext.UIExtensionEventListener<ConnectGDriveActionComponent>- Throws:
Exception
-