org.adempiere.webui.event
Class ValueChangeEvent
java.lang.Object
org.adempiere.webui.event.ValueChangeEvent
- Direct Known Subclasses:
- TableValueChangeEvent
public class ValueChangeEvent
- extends Object
- Version:
- $Revision: 0.10 $
- Author:
- Ashley G Ramdass
|
Field Summary |
protected Object |
source
The object on which the Event initially occurred. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
source
protected Object source
- The object on which the Event initially occurred.
ValueChangeEvent
public ValueChangeEvent(Object source,
String propertyName,
Object oldValue,
Object newValue)
getNewValue
public Object getNewValue()
getOldValue
public Object getOldValue()
getPropertyName
public String getPropertyName()
getSource
public Object getSource()
Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.