org.apache.cocoon.forms.event
Class ActionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.apache.cocoon.forms.event.WidgetEvent
          extended by org.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 1304258 2012-03-23 10:09:27Z 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-2010 The Apache Software Foundation. All Rights Reserved.