Class ConnectGDriveActionComponent.ConnectGDriveActionListener

java.lang.Object
org.exoplatform.webui.event.EventListener<T>
org.exoplatform.webui.ext.UIExtensionEventListener<T>
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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    processEvent(org.exoplatform.webui.event.Event<ConnectGDriveActionComponent> event)

    Methods inherited from class org.exoplatform.ecm.webui.component.explorer.control.listener.UIActionBarActionListener

    createContext, getExtensionType

    Methods inherited from class org.exoplatform.webui.ext.UIExtensionEventListener

    execute

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait