org.apache.jetspeed.portlet.event
Interface ActionListener

All Known Implementing Classes:
ActionAdapter

public interface ActionListener

The ActionListener interface must be implemented, if an object wishes to receive action events. The implemented listener then has to be registered with the respective event source. The registration is done in the portlet descriptor.

Author:
Thomas F. Boehme
See Also:
ActionEvent, ActionAdapter

Method Summary
 void actionPerformed(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)
Notifies this listener that the action which the listener is watching for has been performed.

Parameters:
event - the action event


Copyright © 2002 Apache Software Foundation. All Rights Reserved.