com.arsdigita.bebop.event
Interface ActionListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AdminPane, DisplayActions, Listing, ModalPanel.NavigationListener, ModalPanel.ResetListener, PermissionsPane, ProcessDisplay, SiteListing, SiteMapAdminPane, UserLogoutListener

public interface ActionListener
extends EventListener

The listener interface for receiving action events. The class that is interested in processing an 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 action event occurs, that object's actionPerformed method is invoked.

Version:
$Id: //core-platform/dev/src/com/arsdigita/bebop/event/ActionListener.java#7 $
Author:
David Lutterkort
See Also:
ActionEvent, ActionListener

Field Summary
static String versionId
           
 
Method Summary
 void actionPerformed(ActionEvent e)
          Invoked when an action has been performed.
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Invoked when an action has been performed.



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC