@EventType(value="propertychange") public class PropertychangeEvent extends Event
| Constructor and Description |
|---|
PropertychangeEvent(BaseComponent target,
String propertyName,
Object oldValue,
Object newValue) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getNewValue()
Returns the new value of the property.
|
Object |
getOldValue()
Returns the old value of the property.
|
String |
getPropertyName()
Returns the name of the property that changed.
|
getCurrentTarget, getData, getId, getPage, getRelatedTarget, getTarget, getTargetId, getType, isStopped, stopPropagationpublic static final String TYPE
public PropertychangeEvent(BaseComponent target, String propertyName, Object oldValue, Object newValue)
public String getPropertyName()
public Object getNewValue()
public Object getOldValue()
Copyright © 2018 Fujion Framework. All rights reserved.