- Enclosing class:
- CloudDrivePasteManageComponent
public static class CloudDrivePasteManageComponent.PasteActionListener
extends org.exoplatform.ecm.webui.component.explorer.rightclick.manager.PasteManageComponent.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.