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