net.sf.jportlet.portlet.event
Interface ActionListener
- All Known Implementing Classes:
- PortletProxy
- public interface ActionListener
The ActionListener interface is an addition to the
net.sf.jportlet.portlet.Porlet interface.
If an object wishes to receive action events in the portlet,
this interface has to be implemented additionally to the Portlet interface.
- Author:
- Herve Tchepannou
|
Method Summary |
void |
actionPerformed(net.sf.jportlet.portlet.event.ActionEvent event)
Notifies this listener that the action which the listener
is watching for has been performed |
actionPerformed
public void actionPerformed(net.sf.jportlet.portlet.event.ActionEvent event)
throws PortletException
- Notifies this listener that the action which the listener
is watching for has been performed
- Parameters:
event -
- Throws:
PortletException
Copyright © 2002 Herve Tchepannou. All Rights Reserved.