|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.apache.cocoon.woody.event.WidgetEvent
org.apache.cocoon.woody.event.ValueChangedEvent
public class ValueChangedEvent
Event raised when a field value changes.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ValueChangedEvent(Widget source,
Object oldValue,
Object newValue)
|
|
| Method Summary | |
|---|---|
Object |
getNewValue()
|
Object |
getOldValue()
|
| Methods inherited from class org.apache.cocoon.woody.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 |
|---|
public ValueChangedEvent(Widget source,
Object oldValue,
Object newValue)
| Method Detail |
|---|
public Object getOldValue()
public Object getNewValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||