com.arsdigita.bebop.event
Interface RequestListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
ApplicationAuthenticationListener, UserAuthenticationListener

public interface RequestListener
extends EventListener

The listener interface for receiving request events. The class that is interested in processing a request event implements this interface, and the object created with that class is registered with a Bebop page, using the Page.addRequestListener method. When the page has finished processing the page state, and is about to pass control to the currently selected component, the pageRequested method will be called.

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

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

Field Detail

versionId

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

pageRequested

public void pageRequested(RequestEvent e)
Invoked when an action has been performed.



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