- Type Parameters:
T
- the class of the entity
public interface IActionEventListener<T extends com.liferay.portal.model.BaseModel<T>>
The listener interface for receiving Action events. The class that is interested in processing a Action event
implements this interface, and the object created with that class is registered with a component using the
component's addActionListener
method. When the ActionEvent event occurs, that object's appropriate
method is invoked.
- Version:
- $Revision: 1.3 $, $Date: 2009/11/24 14:10:06 $