- Enclosing class:
- UIPermissionInfo
public static class UIPermissionInfo.DeleteActionListener
extends org.exoplatform.ecm.webui.component.explorer.popup.info.UIPermissionInfo.DeleteActionListener
The listener interface for receiving deleteAction events.
The class that is interested in processing a deleteAction
event implements this interface, and the object created
with that class is registered with a component using the
component's addDeleteActionListener method. When
the deleteAction event occurs, that object's appropriate
method is invoked.