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