public interface IPropertyChangeEvent<T>
IPropertyChangeListener
. It contains the information
regarding the property change.Modifier and Type | Method and Description |
---|---|
T |
getNewValue()
Returns the new value of the property that changed.
|
T |
getOldValue()
Returns the old value of the property that changed.
|
java.lang.String |
getPropertyName()
Returns the name of the property that changed.
|
<S extends StateObject> |
getSource()
Returns the source where the modification occurred and that fired the event.
|
T getNewValue()
T getOldValue()
java.lang.String getPropertyName()
<S extends StateObject> S getSource()