public class NFEModelObjectPropertyChangedEvent extends NFEModelObjectEvent
Constructor and Description |
---|
NFEModelObjectPropertyChangedEvent(java.lang.Object source, java.lang.Object modelObject, java.lang.String propertyName, java.lang.Object previousPropertyValue)
Allocates a new model object property change event
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getPreviousValue()
Gets the value of the property before it was changed
|
java.lang.String |
getPropertyName()
Gets the name of the changed property
|
getModelObject
getThreadId, getTimestamp, setThreadId, setTimestamp
public NFEModelObjectPropertyChangedEvent(java.lang.Object source, java.lang.Object modelObject, java.lang.String propertyName, java.lang.Object previousPropertyValue)
source
- where the event was firedmodelObject
- the model object related to the eventpropertyName
- the name of the changed propertypreviousPropertyValue
- the value of the property before the change