Overview  Package   Class  Tree  Serialized  Deprecated  Index  Help 

org.apache.jetspeed.portlet.event
Interface ActionListener


public interface ActionListener

The ActionListener interface is an addition to the Portlet interface. If an object wishes to receive action events in the portlet, this interface has to be implemented additionally to the Portlet interface.

Since:
4.1
See Also:
ActionEvent
Note:
This interface is designed to be implemented by clients.

Method Summary
 void actionPerformed(org.apache.jetspeed.portlet.event.ActionEvent event)
          Notifies this listener that the action which the listener is watching for has been performed.
 

Method Detail

actionPerformed

public void actionPerformed(ActionEvent event)
                     throws org.apache.jetspeed.portlet.PortletException
Notifies this listener that the action which the listener is watching for has been performed.

Parameters:
event - the action event
Throws:
org.apache.jetspeed.portlet.PortletException - if the listener has trouble fulfilling the request

Overview  Package   Class  Tree  Serialized  Deprecated  Index  Help 

 

WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.