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