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