- Enclosing class:
- CloudDriveMoveNodeManageComponent
public static class CloudDriveMoveNodeManageComponent.MoveNodeActionListener
extends org.exoplatform.ecm.webui.component.explorer.rightclick.manager.MoveNodeManageComponent.MoveNodeActionListener
The listener interface for receiving moveNodeAction events.
The class that is interested in processing a moveNodeAction
event implements this interface, and the object created
with that class is registered with a component using the
component's addMoveNodeActionListener method. When
the moveNodeAction event occurs, that object's appropriate
method is invoked.