|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.errai.databinding.client.api.PropertyChangeEvent<T>
public class PropertyChangeEvent<T>
Dispatched when a bound property has changed.
Constructor Summary | |
---|---|
PropertyChangeEvent(Object source,
String propertyName,
T oldValue,
T newValue)
|
Method Summary | |
---|---|
T |
getNewValue()
Gets the new value of the property. |
T |
getOldValue()
Gets the old value of the property. |
String |
getPropertyName()
Gets the property name. |
Object |
getSource()
Gets 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 |
Constructor Detail |
---|
public PropertyChangeEvent(Object source, String propertyName, T oldValue, T newValue)
Method Detail |
---|
public T getNewValue()
public T getOldValue()
public String getPropertyName()
public Object getSource()
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |