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