org.apache.cocoon.forms.event
Class ActionEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.apache.cocoon.forms.event.WidgetEvent
          extended byorg.apache.cocoon.forms.event.ActionEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ImageMapEvent

public class ActionEvent
extends WidgetEvent

Currently this event originates from a Button widget.

Version:
$Id: ActionEvent.html 1304280 2012-03-23 11:18:01Z ilgrosso $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ActionEvent(Widget source, String actionCommand)
           
 
Method Summary
 String getActionCommand()
           
 
Methods inherited from class org.apache.cocoon.forms.event.WidgetEvent
getSourceWidget
 
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
 

Constructor Detail

ActionEvent

public ActionEvent(Widget source,
                   String actionCommand)
Method Detail

getActionCommand

public String getActionCommand()


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.