Class ConnectDropboxActionComponent.ConnectDropboxActionListener

  • Enclosing class:
    ConnectDropboxActionComponent

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