org.apache.cocoon.forms.event
Class WidgetEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.apache.cocoon.forms.event.WidgetEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ActionEvent, CreateEvent, ProcessingPhaseEvent, RepeaterEvent, TreeSelectionEvent, ValueChangedEvent

public abstract class WidgetEvent
extends EventObject

Base class for events sent by form widgets.

Version:
$Id: WidgetEvent.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
protected WidgetEvent(Widget sourceWidget)
           
 
Method Summary
 Widget getSourceWidget()
          The widget on which this event occured.
 
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

WidgetEvent

protected WidgetEvent(Widget sourceWidget)
Method Detail

getSourceWidget

public Widget getSourceWidget()
The widget on which this event occured.



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