- Enclosing class:
- CloudDriveClipboardActionComponent
public static class CloudDriveClipboardActionComponent.ClipboardActionListener
extends org.exoplatform.ecm.webui.component.explorer.sidebar.action.ClipboardActionComponent.ClipboardActionListener
The listener interface for receiving clipboardAction events. The class that
is interested in processing a clipboardAction event implements this
interface, and the object created with that class is registered with a
component using the component's addClipboardActionListener
method. When the clipboardAction event occurs, that object's appropriate
method is invoked.