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