com.arsdigita.bebop.event
Class ActionEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.arsdigita.bebop.event.PageEvent
          extended bycom.arsdigita.bebop.event.ActionEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TableActionEvent, TreeExpansionEvent

public class ActionEvent
extends PageEvent

A component-defined event. Components usually fire an ActionEvent to indicate that they were the ones receiving the click in a user's submission, for example, a form might use an ActionEvent to signal that it has been submitted.

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

Field Summary
static String versionId
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ActionEvent(Component source, PageState state)
          Construct an ActionEvent.
 
Methods inherited from class com.arsdigita.bebop.event.PageEvent
getPageState
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

versionId

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

ActionEvent

public ActionEvent(Component source,
                   PageState state)
Construct an ActionEvent.

Parameters:
source - the component that originated the event
state - the state of the containing page under the current request


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