org.apache.cocoon.woody.event
Class WidgetEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.apache.cocoon.woody.event.WidgetEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ActionEvent, ProcessingPhaseEvent, ValueChangedEvent

public abstract class WidgetEvent
extends EventObject

Base class for events sent by form widgets.

Version:
CVS $Id: WidgetEvent.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Sylvain Wallez
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-2010 The Apache Software Foundation. All Rights Reserved.